summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-05-18 05:18:32 +0000
committerjhurst <>2009-05-18 05:18:32 +0000
commit65a8ec13b66c700b74788d3fc7525e91cf62bab0 (patch)
tree15f588026b93aae7e65a4bf37ed4cffe8e4bc4ad /src/MDD.cpp
parent111e0170052b57fc128a37fa02736015edb8c60f (diff)
massive dictionary re-factoring
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 1630b9a..4c7fa27 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -851,11 +851,14 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0c, // 271
0x0d, 0x01, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00 },
{0x00, 0x00}, false, "GenericStream_DataElement" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 272
+ 0x06, 0x01, 0x01, 0x04, 0x06, 0x10, 0x00, 0x00 },
+ {0}, true, "GenericDescriptor_MXFInterop_SubDescriptors" },
{ {0}, {0}, false, 0 }
};
-const ui32_t s_MDD_Table_size = 272;
+const ui32_t s_MDD_Table_size = 273;
//
// end MDD.cpp