diff options
| author | jhurst <jhurst@cinecert.com> | 2020-04-09 13:17:20 -0700 |
|---|---|---|
| committer | jhurst <jhurst@cinecert.com> | 2020-04-09 13:17:20 -0700 |
| commit | 9e4d2ff415742c1d9be3613f220eb3dd28aa063d (patch) | |
| tree | cacc023671c82e7271fc6d3f39251052365e60d9 /src/MDD.h | |
| parent | dd323ce3297bb74dae1cd044206b8733b4757efa (diff) | |
Fixed IMF_IABEssenceClipWrappedElement symbol to comply with ST 2067-201
Fixed broken MDD_IMF_IABEssenceClipWrappedContainer symbol
Diffstat (limited to 'src/MDD.h')
| -rwxr-xr-x | src/MDD.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -567,9 +567,9 @@ namespace ASDCP { MDD_IABEssenceDescriptor, // 529 MDD_IABSoundfieldLabelSubDescriptor, // 530 MDD_IMF_IABTrackFileLevel0, // 531 - MDD_IMF_IABEssenceClipWrappedContaine, // 532 + MDD_IMF_IABEssenceClipWrappedContainer, // 532 MDD_IABSoundfield, // 533 - MDD_IMFIABEssenceClipWrappedElement, // 534 + MDD_IMF_IABEssenceClipWrappedElement, // 534 MDD_Max }; // enum MDD_t |
