diff options
| author | jhurst <jhurst@cinecert.com> | 2017-05-25 00:16:56 +0000 |
|---|---|---|
| committer | jhurst <> | 2017-05-25 00:16:56 +0000 |
| commit | 2f1e9f7d3b5cdd5319c31111daa7e56c6df43c0a (patch) | |
| tree | 4c021012459611d1f2c9221e91b58149248b56d2 /src/MDD.cpp | |
| parent | 753441a78ebe22dfd74616de953b415ce8f1d2fb (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.cpp | 8 |
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 } }; |
