From: Steve Lhomme Date: Sun, 13 Mar 2022 08:59:44 +0000 (+0100) Subject: KaxSemantic.cpp: make KaxVideoAlphaMode mandatory X-Git-Tag: release-1.7.0~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4c4bae25b0990e06879accd03caeb39a6499b10d;p=libmatroska KaxSemantic.cpp: make KaxVideoAlphaMode mandatory See https://github.com/ietf-wg-cellar/matroska-specification/commit/5aa6c928caac5300b0ab1a65522e9be31710b2b0 --- diff --git a/src/KaxSemantic.cpp b/src/KaxSemantic.cpp index e7c6c4e..c28438f 100644 --- a/src/KaxSemantic.cpp +++ b/src/KaxSemantic.cpp @@ -322,7 +322,7 @@ DEFINE_START_SEMANTIC(KaxTrackVideo) DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFlagInterlaced) DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFieldOrder) DEFINE_SEMANTIC_ITEM(true, true, KaxVideoStereoMode) -DEFINE_SEMANTIC_ITEM(false, true, KaxVideoAlphaMode) +DEFINE_SEMANTIC_ITEM(true, true, KaxVideoAlphaMode) DEFINE_SEMANTIC_ITEM(false, true, KaxOldStereoMode) // not supported DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelWidth) DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelHeight)