diff options
| author | jhurst <jhurst@cinecert.com> | 2009-05-19 21:51:08 +0000 |
|---|---|---|
| committer | jhurst <> | 2009-05-19 21:51:08 +0000 |
| commit | 7088ba5125e89164ccf1d4d810b819bdd2e3ccff (patch) | |
| tree | 4b19cbc2efed408c7db2faad25349f57a08d20ae /src/MDD.cpp | |
| parent | 8243e05863f05772b1438c291d5f2fa79a69a8b7 (diff) | |
harder than it looks
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index 27c4cf1..92c151c 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -854,6 +854,18 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 272 0x06, 0x01, 0x01, 0x04, 0x06, 0x10, 0x00, 0x00 }, {0}, true, "MXFInterop_GenericDescriptor_SubDescriptors" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x04, // 273 + 0x01, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00 }, + {0x3f, 0x07}, false, "BodySID" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x04, // 274 + 0x01, 0x03, 0x04, 0x05, 0x00, 0x00, 0x00, 0x00 }, + {0x3f, 0x06}, false, "IndexSID" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x05, // 275 + 0x01, 0x02, 0x02, 0x03, 0x00, 0x00, 0x00, 0x00 }, + {0x3b, 0x09}, false, "OperationalPattern" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x05, // 276 + 0x01, 0x02, 0x02, 0x10, 0x02, 0x01, 0x00, 0x00 }, + {0x3b, 0x0a}, false, "EssenceContainers" }, { {0}, {0}, false, 0 } }; |
