From: Moritz Bunkus Date: Sun, 2 Aug 2020 11:57:41 +0000 (+0200) Subject: KaxBlockAddIDValue: is not mandatory in the latest specs X-Git-Tag: release-1.6.1~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=26a40385d4b65283f229c98f950f2150e7dcb158;p=libmatroska KaxBlockAddIDValue: is not mandatory in the latest specs --- diff --git a/ChangeLog b/ChangeLog index 89c120b..611cf98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-08-02 Moritz Bunkus + + * "KaxBlockAddIDValue" class: this class is no longer marked as + "mandatory" in order to coincide with the latest specification. + 2020-06-27 Moritz Bunkus * Released v1.6.0. diff --git a/src/KaxSemantic.cpp b/src/KaxSemantic.cpp index 3cefb11..f58be60 100644 --- a/src/KaxSemantic.cpp +++ b/src/KaxSemantic.cpp @@ -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)