]> 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 <robux4@ycbcr.xyz>
Sun, 18 Sep 2022 11:59:59 +0000 (13:59 +0200)
It exists in Matroska v1 and v2 but we don't allow writing it as it's deprecated.

src/KaxSemantic.cpp

index c0e8cbae7b595e0b20ce899465f1f4636918c0a3..b9d3975b91fc1ca6f271d6a5e5e0e87de5b8772b 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)