diff options
| author | jhurst <jhurst@cinecert.com> | 2020-02-10 09:19:05 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2020-02-10 09:19:05 -0800 |
| commit | 1639efe792ff4ce5c74ba5adc6aba81647b3c0c5 (patch) | |
| tree | 2a081d6d41764ccdb1fa863dab96f5379b186750 /src/MDD.cpp | |
| parent | a6f27af72d24ed56e41e7e9a3b68b9117682acb4 (diff) | |
Added support for DisplayType, IntrinsicPictureResolution, ZPositionInUse properties
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index 06d0fde..6db1bec 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1627,9 +1627,18 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0D, 0x04, 0x01, 0x02, 0x02, 0x03, 0x01, 0x08, 0x01 }, {0}, false, "HTJ2KPictureCodingSchemeGeneric" }, // 524 - { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 525 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, 0x0d, 0x0f, 0x03, 0x02, 0x01, 0x01, 0x00, 0x00 }, - {0}, false, "AudioChannelSLVS" }, + {0}, false, "AudioChannelSLVS" }, // 525 + { { 0x06, 0x0e, 0x2b, 0x34, 01, 0x01, 0x01, 0x0e, + 0x06, 0x01, 0x01, 0x02, 04, 0x00, 0x00, 0x00 }, + {0}, false, "TimedTextDescriptor_DisplayType" }, // 526 + { { 0x06, 0x0e, 0x2b, 0x34, 01, 0x01, 0x01, 0x0e, + 0x06, 0x01, 0x01, 0x02, 05, 0x00, 0x00, 0x00 }, + {0}, false, "TimedTextDescriptor_IntrinsicPictureResolution" }, // 527 + { { 0x06, 0x0e, 0x2b, 0x34, 01, 0x01, 0x01, 0x0e, + 06, 0x01, 0x01, 0x02, 06, 0x00, 0x00, 0x00 }, + {0}, false, "TimedTextDescriptor_ZPositionInUse" }, // 528 { {0}, {0}, false, 0 }, }; |
