From 1639efe792ff4ce5c74ba5adc6aba81647b3c0c5 Mon Sep 17 00:00:00 2001 From: jhurst Date: Mon, 10 Feb 2020 09:19:05 -0800 Subject: Added support for DisplayType, IntrinsicPictureResolution, ZPositionInUse properties --- src/MDD.cpp | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/MDD.cpp') 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 }, }; -- cgit v1.2.3