[matroska] r741 - trunk/libmatroska/matroska
| Newsgroups | gmane.comp.multimedia.matroska.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: mosu
Date: 2004-08-31 21:02:53 +0400 (Tue, 31 Aug 2004)
New Revision: 741
Modified:
trunk/libmatroska/matroska/KaxAttached.h
Log:
The ValidateSize function is neither needed nor correct (probably copy & paste from somewhere). Integers of all sizes are accepted as in all the other UID cases.
Modified: trunk/libmatroska/matroska/KaxAttached.h
===================================================================
--- trunk/libmatroska/matroska/KaxAttached.h 2004-08-30 18:52:56 UTC (rev 740)
+++ trunk/libmatroska/matroska/KaxAttached.h 2004-08-31 17:02:53 UTC (rev 741)
@@ -118,7 +118,6 @@
KaxFileUID(const KaxFileUID & ElementToClone) : EbmlUInteger(ElementToClone) {}
static EbmlElement & Create() {return *(new KaxFileUID);}
const EbmlCallbacks & Generic() const {return ClassInfos;}
- bool ValidateSize() const {return Size == 4;} // we don't mind about what's inside
static const EbmlCallbacks ClassInfos;
operator const EbmlId &() const {return ClassInfos.GlobalId;}