]> granicus.if.org Git - libmatroska/commitdiff
KaxSemantic.cpp: make KaxVideoDisplayUnit elements mandatory
authorSteve Lhomme <slhomme@matroska.org>
Sun, 13 Mar 2022 09:10:00 +0000 (10:10 +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/22d23716f2ba61234449d5c5de509ecc14b37f76

src/KaxSemantic.cpp

index 0b57ae413d994de7d2b3d010b2f7fe3a9ca1a89c..9e0f425cc62e23af603304c0f385330cde751e79 100644 (file)
@@ -332,7 +332,7 @@ DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelCropLeft)
 DEFINE_SEMANTIC_ITEM(true, true, KaxVideoPixelCropRight)
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoDisplayWidth)
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoDisplayHeight)
-DEFINE_SEMANTIC_ITEM(false, true, KaxVideoDisplayUnit)
+DEFINE_SEMANTIC_ITEM(true, true, KaxVideoDisplayUnit)
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoAspectRatio) // not supported
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourSpace)
 DEFINE_SEMANTIC_ITEM(false, true, KaxVideoGamma) // not supported