]> granicus.if.org Git - libmatroska/commitdiff
fix ChapLanguageIETF being assumed as unique
authorSteve Lhomme <robux4@ycbcr.xyz>
Sat, 1 Jun 2019 07:07:22 +0000 (09:07 +0200)
committerMoritz Bunkus <moritz@bunkus.org>
Mon, 22 Jun 2020 07:41:26 +0000 (09:41 +0200)
The EBML path is 0*(\Segment\Chapters\EditionEntry\ChapterAtom\ChapterDisplay\ChapLanguageIETF)

src/KaxSemantic.cpp

index 7ce5ee0622d184de1b60606f1857032672b52e56..36982063214182e062ba8018f973687c3506f469 100644 (file)
@@ -654,7 +654,7 @@ DEFINE_MKX_UINTEGER(KaxChapterTrackNumber, 0x89, 1, KaxChapterTrack, "ChapterTra
 DEFINE_START_SEMANTIC(KaxChapterDisplay)
 DEFINE_SEMANTIC_ITEM(true, true, KaxChapterString)
 DEFINE_SEMANTIC_ITEM(true, false, KaxChapterLanguage)
-DEFINE_SEMANTIC_ITEM(false, true, KaxChapLanguageIETF)
+DEFINE_SEMANTIC_ITEM(false, false, KaxChapLanguageIETF)
 DEFINE_SEMANTIC_ITEM(false, false, KaxChapterCountry)
 DEFINE_END_SEMANTIC(KaxChapterDisplay)