[matroska] r752 - trunk/RbMatroska

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: mosu
Date: 2004-09-08 13:30:45 +0400 (Wed, 08 Sep 2004)
New Revision: 752

Modified:
   trunk/RbMatroska/matroska.rb
Log:
Sync with spec changes (Matroska SVN revision 745)

Modified: trunk/RbMatroska/matroska.rb
===================================================================
--- trunk/RbMatroska/matroska.rb	2004-09-07 20:24:40 UTC (rev 751)
+++ trunk/RbMatroska/matroska.rb	2004-09-08 09:30:45 UTC (rev 752)
@@ -231,8 +231,8 @@
     end
   end
 
-  class EditionManaged < Ebml::UInteger
-    def EditionManaged.global_id
+  class EditionProcessed < Ebml::UInteger
+    def EditionProcessed.global_id
       @@id ||= Ebml::Id.new(0x45dd, 2)
       return @@id
     end
@@ -357,6 +357,13 @@
     end
   end
 
+  class ChapterProcessedPrivate < Ebml::Binary
+    def ChapterProcessedPrivate.global_id
+      @@id ||= Ebml::Id.new(0x450d, 2)
+      return @@id
+    end
+  end
+
   # From KaxCluster.cpp
   class Cluster < Ebml::Master
     def Cluster.global_id
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.