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.h | |
| 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.h')
| -rwxr-xr-x | src/MDD.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -503,7 +503,8 @@ namespace ASDCP { MDD_PIMFDynamicMetadataEssence, // 465 MDD_PIMFDynamicMetadataDescriptor, // 466 MDD_PIMFDynamicMetadataDescriptor_GlobalPayloadSID, // 467 - + MDD_ColorPrimaries_ITU470_PAL, // 468 + MDD_ColorPrimaries_SMPTE170M, // 469 MDD_Max }; // enum MDD_t |
