diff options
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index 2c8353b..c7ddd7c 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -809,7 +809,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0}, false, "DCTimedTextDescriptor" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x00, 0x01, 0x01, 0x01, // 258 0x0d, 0x01, 0x03, 0x01, 0xfa, 0xce, 0x00, 0x03 }, - {0}, false, "DCTimedTextDescriptor_AssetID" }, + {0}, false, "DCTimedTextDescriptor_ResourceID" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x00, 0x01, 0x01, 0x01, // 259 0x0d, 0x01, 0x03, 0x01, 0xfa, 0xce, 0x00, 0x04 }, {0}, false, "DCTimedTextDescriptor_UTFEncoding" }, @@ -840,9 +840,9 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 268 0x01, 0x07, 0x01, 0x05, 0x00, 0x00, 0x00, 0x00 }, {0x61, 0x02}, false, "DMSegment_TrackIDList" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 269 - 0x0f, 0x0f, 0x0f, 0x0f, 0x00, 0x00, 0x00, 0x00 }, - {0x61, 0x02}, false, "StereoscopicPictureSubDescriptor" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x00, 0x01, 0x01, 0x01, // 269 + 0x0d, 0x01, 0x03, 0x01, 0xfa, 0xce, 0x00, 0xf6 }, + {0}, false, "StereoscopicPictureSubDescriptor" }, { {0}, {0}, false, 0 } }; |
