]> granicus.if.org Git - libmatroska/commitdiff
KaxBlockAddIDValue: is not mandatory in the latest specs
authorMoritz Bunkus <moritz@bunkus.org>
Sun, 2 Aug 2020 11:57:41 +0000 (13:57 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Sun, 2 Aug 2020 11:57:41 +0000 (13:57 +0200)
ChangeLog
src/KaxSemantic.cpp

index 89c120ba0bcde9a034d07a0fe846cc06797306fa..611cf989b294bb4accf49b9486f4b3ea48f822c7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2020-08-02  Moritz Bunkus  <mo@bunkus.online>
+
+        * "KaxBlockAddIDValue" class: this class is no longer marked as
+        "mandatory" in order to coincide with the latest specification.
+
 2020-06-27  Moritz Bunkus  <mo@bunkus.online>
 
         * Released v1.6.0.
index 3cefb118d2f2d017ce3b3996d3475f267ce48ac6..f58be604451049d4c31c8fcfa511111b27be5dc7 100644 (file)
@@ -1,10 +1,10 @@
 /**********************************************************************
-**  DO NOT EDIT, GENERATED WITH DATA2LIB
+**  DO NOT EDIT, GENERATED WITH schema_2_kaxsemantic_cpp.xsl
 **  https://github.com/Matroska-Org/foundation-source/tree/master/spectool
 **
 **  libmatroska : parse Matroska files, see http://www.matroska.org/
 **
-**  Copyright (c) 2002-2017, Matroska (non-profit organisation)
+**  Copyright (c) 2002-2020, Matroska (non-profit organisation)
 **  All rights reserved.
 **
 ** This file is part of libmatroska.
@@ -271,7 +271,7 @@ DEFINE_MKX_SINTEGER_DEF(KaxTrackOffset, 0x537F, 2, KaxTrackEntry, "TrackOffset",
 DEFINE_MKX_UINTEGER_DEF(KaxMaxBlockAdditionID, 0x55EE, 2, KaxTrackEntry, "MaxBlockAdditionID", 0)
 
 DEFINE_START_SEMANTIC(KaxBlockAdditionMapping)
-DEFINE_SEMANTIC_ITEM(true, true, KaxBlockAddIDValue)
+DEFINE_SEMANTIC_ITEM(false, true, KaxBlockAddIDValue)
 DEFINE_SEMANTIC_ITEM(false, true, KaxBlockAddIDName)
 DEFINE_SEMANTIC_ITEM(true, true, KaxBlockAddIDType)
 DEFINE_SEMANTIC_ITEM(false, true, KaxBlockAddIDExtraData)