From 9f0c90128e37575a0862c71aa5f9665a54f737b8 Mon Sep 17 00:00:00 2001 From: Steve Lhomme Date: Sun, 13 Mar 2022 10:10:00 +0100 Subject: [PATCH] KaxSemantic.cpp: make KaxVideoDisplayUnit elements mandatory See https://github.com/ietf-wg-cellar/matroska-specification/commit/22d23716f2ba61234449d5c5de509ecc14b37f76 --- src/KaxSemantic.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/KaxSemantic.cpp b/src/KaxSemantic.cpp index 0b57ae4..9e0f425 100644 --- a/src/KaxSemantic.cpp +++ b/src/KaxSemantic.cpp @@ -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 -- 2.40.0