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 | |
| parent | dd323ce3297bb74dae1cd044206b8733b4757efa (diff) | |
Fixed IMF_IABEssenceClipWrappedElement symbol to comply with ST 2067-201
Fixed broken MDD_IMF_IABEssenceClipWrappedContainer symbol
Diffstat (limited to 'src')
| -rw-r--r-- | src/MDD.cpp | 2 | ||||
| -rwxr-xr-x | src/MDD.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index 7507de4..a5fbe67 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1656,7 +1656,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0}, false, "IABSoundfield" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x02, 0x01, 0x01, // 534 0x0d, 0x01, 0x03, 0x01, 0x16, 0x7f, 0x0d, 0x7f }, - {0}, false, "IMFIABEssenceClipWrappedElement" }, + {0}, false, "IMF_IABEssenceClipWrappedElement" }, { {0}, {0}, false, 0 }, }; @@ -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 |
