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.cpp | |
| parent | dd323ce3297bb74dae1cd044206b8733b4757efa (diff) | |
Fixed IMF_IABEssenceClipWrappedElement symbol to comply with ST 2067-201
Fixed broken MDD_IMF_IABEssenceClipWrappedContainer symbol
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 2 |
1 files changed, 1 insertions, 1 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 }, }; |
