]> 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 <robux4@ycbcr.xyz>
Sun, 18 Sep 2022 11:59:59 +0000 (13:59 +0200)
See https://github.com/ietf-wg-cellar/matroska-specification/commit/5aa6c928caac5300b0ab1a65522e9be31710b2b0

src/KaxSemantic.cpp

index e7c6c4ee1fa08edda043f6c0d2a23e9bc737a7c8..c28438fc5f2e2299b6da200d0f6950ebc5a15a39 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)