diff options
| author | jhurst <jhurst@cinecert.com> | 2019-11-24 16:05:31 -0800 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2019-11-24 16:05:31 -0800 |
| commit | cf8ae65acd6ffdc424604a4d3350b4eca47af220 (patch) | |
| tree | 89fb7c23f3d404769a82869a9ed5859056b414cf /src/MDD.h | |
| parent | cf81f87c1517aabb892f0ea29ab5b6f7d8a09d47 (diff) | |
checkpoint
Diffstat (limited to 'src/MDD.h')
| -rwxr-xr-x | src/MDD.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -554,6 +554,12 @@ namespace ASDCP { MDD_ACESUncompressedMonoscopicWithAlpha, // 516 MDD_ACESFrameWrappedEssence, // 517 MDD_DCAudioChannel_FSKSyncSignalChannel, // 518 + MDD_JPEG2000PictureSubDescriptor_J2KExtendedCapabilities, // 519 + MDD_JPEG2000PictureSubDescriptor_J2KProfile, // 520 + MDD_JPEG2000PictureSubDescriptor_J2KCorrespondingProfile, // 521 + MDD_J2KExtendedCapabilities, // 522 + MDD_HTJ2KPictureCodingScheme, // 523 + MDD_HTJ2KPictureCodingSchemeGeneric, // 524 MDD_Max }; // enum MDD_t |
