diff options
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 5 |
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 |
