[matroska] r1035 - in trunk/libmatroska: matroska src

[email protected]
Newsgroups gmane.comp.multimedia.matroska.cvs
Message-ID <[email protected]>
Author: robux4
Date: 2005-01-13 20:51:17 +0300 (Thu, 13 Jan 2005)
New Revision: 1035

Modified:
   trunk/libmatroska/matroska/KaxInfoData.h
   trunk/libmatroska/src/KaxInfoData.cpp
Log:
libmatroska: the usual post-commit fixes

Modified: trunk/libmatroska/matroska/KaxInfoData.h
===================================================================
--- trunk/libmatroska/matroska/KaxInfoData.h	2005-01-13 16:41:48 UTC (rev 1034)
+++ trunk/libmatroska/matroska/KaxInfoData.h	2005-01-13 17:51:17 UTC (rev 1035)
@@ -43,6 +43,7 @@
 #include "ebml/EbmlUnicodeString.h"
 #include "ebml/EbmlBinary.h"
 #include "ebml/EbmlDate.h"
+#include "ebml/EbmlMaster.h"
 
 using namespace LIBEBML_NAMESPACE;
 
@@ -156,6 +157,7 @@
 		KaxChapterLinkID() {}
 		KaxChapterLinkID(const KaxChapterLinkID & ElementToClone) :EbmlBinary(ElementToClone){}
 		static EbmlElement & Create() {return *(new KaxChapterLinkID);}
+		bool ValidateSize() const { return true;}
 		const EbmlCallbacks & Generic() const {return ClassInfos;}
 		static const EbmlCallbacks ClassInfos;
 		operator const EbmlId &() const {return ClassInfos.GlobalId;}

Modified: trunk/libmatroska/src/KaxInfoData.cpp
===================================================================
--- trunk/libmatroska/src/KaxInfoData.cpp	2005-01-13 16:41:48 UTC (rev 1034)
+++ trunk/libmatroska/src/KaxInfoData.cpp	2005-01-13 17:51:17 UTC (rev 1035)
@@ -50,13 +50,11 @@
 EbmlId KaxPrevFilename_TheId    (0x3C83AB, 3);
 EbmlId KaxNextUID_TheId         (0x3EB923, 3);
 EbmlId KaxNextFilename_TheId    (0x3E83BB, 3);
-EbmlId KaxSegmentFilename_TheId (0x7384, 2);
 EbmlId KaxSegmentFamily_TheId   (0x7373, 2);
 EbmlId KaxChapterLink_TheId     (0x6924, 2);
 EbmlId KaxChapterLinkCodec_TheId(0x69BF, 2);
 EbmlId KaxChapterLinkID_TheId   (0x69A5, 2);
 EbmlId KaxTimecodeScale_TheId   (0x2AD7B1, 3);
-EbmlId KaxSegmentFilename_TheId (0x7384, 2);
 EbmlId KaxDuration_TheId        (0x4489, 2);
 EbmlId KaxDateUTC_TheId         (0x4461, 2);
 EbmlId KaxTitle_TheId           (0x7BA9, 2);
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.