diff options
| author | John Hurst <jhurst@cinecert.com> | 2019-12-30 14:03:53 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-30 14:03:53 -0800 |
| commit | 9e269bd45830f54551722a65b0d7aa8f327e17dc (patch) | |
| tree | 6e03793692f45418ea89c55edcb95ce89d9aad5b /src/MDD.cpp | |
| parent | a67f55782d4758355190fe3f14ac6159b9d79e1e (diff) | |
| parent | 39d533e10e9f5248c557caa0777c8c10ed5d737c (diff) | |
Merge pull request #20 from cinecert/htj2c
WIP: add support for ST 422:2019
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index a2c691f..06d0fde 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1608,8 +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" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 519 + {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 + { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 525 0x0d, 0x0f, 0x03, 0x02, 0x01, 0x01, 0x00, 0x00 }, {0}, false, "AudioChannelSLVS" }, { {0}, {0}, false, 0 }, |
