summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-10-20 19:43:18 +0000
committerjhurst <>2007-10-20 19:43:18 +0000
commit70bbc088b0b8f079c41b07141bec35447be469c5 (patch)
treee49dfeead6921dd637608ee40cbaca8d25c80448 /src/MDD.cpp
parentf457a7ea8fa446b71e7802a20f575ae5bcc9926b (diff)
3-D love
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index 0b50796..2c8353b 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -840,10 +840,13 @@ 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" },
{ {0}, {0}, false, 0 }
};
-const ui32_t s_MDD_Table_size = 269;
+const ui32_t s_MDD_Table_size = 270;
//
// end MDD.cpp