]> granicus.if.org Git - libmatroska/commitdiff
KaxSemantic.cpp: make StereoMode mandatory
authorSteve Lhomme <slhomme@matroska.org>
Sun, 13 Mar 2022 08:57:50 +0000 (09:57 +0100)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 13 Mar 2022 09:25:31 +0000 (10:25 +0100)
See https://github.com/ietf-wg-cellar/matroska-specification/commit/a096476f40ffa77ba26ce44fa259f04998bcd2fc

src/KaxSemantic.cpp

index 44f992fd075dd2d18b5f514b019c0da87bf8ee86..b91a05c1ee275e07f57f617dade3876424b3eb3d 100644 (file)
@@ -321,7 +321,7 @@ DEFINE_MKX_BINARY (KaxTrackTranslateTrackID, 0x66A5, 2, KaxTrackTranslate, "Trac
 DEFINE_START_SEMANTIC(KaxTrackVideo)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFlagInterlaced)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFieldOrder)
-DEFINE_SEMANTIC_ITEM(false, true, KaxVideoStereoMode)
+DEFINE_SEMANTIC_ITEM(true, true, KaxVideoStereoMode)
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoAlphaMode)
 DEFINE_SEMANTIC_ITEM(false, true, KaxOldStereoMode) // not supported
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelWidth)