diff options
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 }, }; |
