diff options
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index c8de004..71aefca 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1608,7 +1608,26 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0}, false, "ACESFrameWrappedEssence" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 518 0x03, 0x02, 0x01, 0x10, 0x00, 0x00, 0x00, 0x00 }, - {0}, false, "DCAudioChannel_FSKSyncSignalChannel" }, + {0}, false, "DCAudioChannel_FSKSyncSignalChannel" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0e, + 0x04, 0x01, 0x06, 0x03, 0x0f, 0x00, 0x00, 0x00 }, + {0}, false, "JPEG2000PictureSubDescriptor_J2KExtendedCapabilities" }, // 519 + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0e, + 0x04, 0x01, 0x06, 0x03, 0x10, 0x00, 0x00, 0x00 }, + {0}, false, "JPEG2000PictureSubDescriptor_J2KProfile" }, // 520 + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0e, + 0x04, 0x01, 0x06, 0x03, 0x11, 0x00, 0x00, 0x00 }, + {0}, false, "JPEG2000PictureSubDescriptor_J2KCorrespondingProfile" }, // 521 + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x04, 0x01, 0x01, + 0x03, 0x01, 0x0d, 0x00, 0x00, 0x00, 0x00, 0x00 }, + {0}, false, "J2KExtendedCapabilities" }, // 522 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0D, + 0x04, 0x01, 0x02, 0x02, 0x03, 0x01, 0x08, 0x00 }, + {0}, false, "HTJ2KPictureCodingScheme" }, // 523 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0D, + 0x04, 0x01, 0x02, 0x02, 0x03, 0x01, 0x08, 0x01 }, + {0}, false, "HTJ2KPictureCodingSchemeGeneric" }, // 524 + { {0}, {0}, false, 0 }, }; |
