From 2f1e9f7d3b5cdd5319c31111daa7e56c6df43c0a Mon Sep 17 00:00:00 2001 From: jhurst Date: Thu, 25 May 2017 00:16:56 +0000 Subject: o Added options -c -n, -q to as-02-wrap (IMF "color system") o Fixed a bug in the MXF reader that caused an assert when reading a partial (i.e.truncated) input file --- src/MDD.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/MDD.cpp') diff --git a/src/MDD.cpp b/src/MDD.cpp index 5a96592..1b4984f 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1453,6 +1453,14 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { 0x0e, 0x09, 0x06, 0x07, 0x01, 0x01, 0x13, 0x00 }, {0}, false, "PIMFDynamicMetadataDescriptor_GlobalPayloadSID" }, + // back to regularly defined UL values + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x06, // 468 + 0x04, 0x01, 0x01, 0x01, 0x03, 0x02, 0x00, 0x00 }, + {0}, false, "ColorPrimaries_ITU470_PAL" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x06, // 469 + 0x04, 0x01, 0x01, 0x01, 0x03, 0x01, 0x00, 0x00 }, + {0}, false, "ColorPrimaries_SMPTE170M" }, + { {0}, {0}, false, 0 } }; -- cgit v1.2.3