]> granicus.if.org Git - libmatroska/commitdiff
KaxSemantic: mark OldStereoMode as supported
authorSteve Lhomme <slhomme@matroska.org>
Sun, 21 Aug 2022 15:16:20 +0000 (17:16 +0200)
committerSteve Lhomme <slhomme@matroska.org>
Sun, 11 Sep 2022 12:45:14 +0000 (14:45 +0200)
It exists in Matroska v1 and v2 but we don't allow writing it as it's deprecated.

src/KaxSemantic.cpp

index 9da06b146e109fdf875abe5d431bffd542781aba..5967315252fcafeb2f2fc0deeda8518ddcabfa85 100644 (file)
@@ -323,7 +323,7 @@ DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFlagInterlaced)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoFieldOrder)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoStereoMode)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoAlphaMode)
-DEFINE_SEMANTIC_ITEM(false, true, KaxOldStereoMode) // not supported
+DEFINE_SEMANTIC_ITEM(false, true, KaxOldStereoMode)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelWidth)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelHeight)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelCropBottom)