From: Steve Lhomme Date: Sun, 13 Mar 2022 09:06:09 +0000 (+0100) Subject: KaxSemantic.cpp: make Video\Colour elements mandatory X-Git-Tag: release-1.7.0~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ade6764aac536e31c099a45da274ecc42aaacfc6;p=libmatroska KaxSemantic.cpp: make Video\Colour elements mandatory See https://github.com/ietf-wg-cellar/matroska-specification/commit/3609e0d1ec5449d2c5b46d80363abd27d8943dbc --- diff --git a/src/KaxSemantic.cpp b/src/KaxSemantic.cpp index 04c1e9f..69cf140 100644 --- a/src/KaxSemantic.cpp +++ b/src/KaxSemantic.cpp @@ -368,9 +368,9 @@ DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSubsampHorz) DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSubsampVert) DEFINE_SEMANTIC_ITEM(false, true, KaxVideoCbSubsampHorz) DEFINE_SEMANTIC_ITEM(false, true, KaxVideoCbSubsampVert) -DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSitHorz) -DEFINE_SEMANTIC_ITEM(false, true, KaxVideoChromaSitVert) -DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourRange) +DEFINE_SEMANTIC_ITEM(true, true, KaxVideoChromaSitHorz) +DEFINE_SEMANTIC_ITEM(true, true, KaxVideoChromaSitVert) +DEFINE_SEMANTIC_ITEM(true, true, KaxVideoColourRange) DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourTransferCharacter) DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourPrimaries) DEFINE_SEMANTIC_ITEM(false, true, KaxVideoColourMaxCLL)