[matroska] r855 - trunk/libmatroska/src

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2004-10-02 19:40:13 +0400 (Sat, 02 Oct 2004)
New Revision: 855

Modified:
   trunk/libmatroska/src/KaxCluster.cpp
   trunk/libmatroska/src/KaxClusterData.cpp
Log:
correct the unique/multiple attribute

Modified: trunk/libmatroska/src/KaxCluster.cpp
===================================================================
--- trunk/libmatroska/src/KaxCluster.cpp	2004-10-02 15:39:12 UTC (rev 854)
+++ trunk/libmatroska/src/KaxCluster.cpp	2004-10-02 15:40:13 UTC (rev 855)
@@ -42,7 +42,7 @@
 EbmlSemantic KaxCluster_ContextList[5] =
 {
 	EbmlSemantic(true,  true,  KaxClusterTimecode::ClassInfos),
-	EbmlSemantic(false, false, KaxClusterSilentTracks::ClassInfos),
+	EbmlSemantic(false, true,  KaxClusterSilentTracks::ClassInfos),
 	EbmlSemantic(false, true,  KaxClusterPrevSize::ClassInfos),
 	EbmlSemantic(true,  false, KaxBlockGroup::ClassInfos),
 	EbmlSemantic(false, true,  KaxClusterPosition::ClassInfos),

Modified: trunk/libmatroska/src/KaxClusterData.cpp
===================================================================
--- trunk/libmatroska/src/KaxClusterData.cpp	2004-10-02 15:39:12 UTC (rev 854)
+++ trunk/libmatroska/src/KaxClusterData.cpp	2004-10-02 15:40:13 UTC (rev 855)
@@ -45,7 +45,7 @@
 
 EbmlSemantic KaxClusterSilentTracks_ContextList[1] =
 {
-	EbmlSemantic(true,  true,  KaxClusterSilentTrackNumber::ClassInfos),
+	EbmlSemantic(true,  false, KaxClusterSilentTrackNumber::ClassInfos),
 };
 
 const EbmlSemanticContext KaxClusterTimecode_Context = EbmlSemanticContext(0, NULL, &KaxCluster_Context, *GetKaxGlobal_Context, &KaxClusterTimecode::ClassInfos);
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.