summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2017-05-25 00:16:56 +0000
committerjhurst <>2017-05-25 00:16:56 +0000
commit2f1e9f7d3b5cdd5319c31111daa7e56c6df43c0a (patch)
tree4c021012459611d1f2c9221e91b58149248b56d2 /src/MDD.cpp
parent753441a78ebe22dfd74616de953b415ce8f1d2fb (diff)
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
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp8
1 files changed, 8 insertions, 0 deletions
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 }
};