diff options
| author | jhurst <jhurst@cinecert.com> | 2007-10-20 23:25:54 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-10-20 23:25:54 +0000 |
| commit | c5e3e4e83032b790c62bd55795a20dd912010c9f (patch) | |
| tree | a814ecd269c81aff9beceb095a794356692fe7c1 /src/MDD.cpp | |
| parent | 70bbc088b0b8f079c41b07141bec35447be469c5 (diff) | |
subdesc
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 } }; |
