]> granicus.if.org Git - libmatroska/commitdiff
KaxSemantic.cpp: make KaxVideoAlphaMode mandatory
authorSteve Lhomme <slhomme@matroska.org>
Sun, 13 Mar 2022 08:59:44 +0000 (09:59 +0100)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 11 Sep 2022 12:45:12 +0000 (14:45 +0200)
See https://github.com/ietf-wg-cellar/matroska-specification/commit/5aa6c928caac5300b0ab1a65522e9be31710b2b0

src/KaxSemantic.cpp

index e045b16d7c2c315679f43a65e5428a9aa281853d..107304dda362bcf8803474f2765683319a7986af 100644 (file)
@@ -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)