diff options
| author | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-04-12 13:28:38 -0700 |
|---|---|---|
| committer | Pierre-Anthony Lemieux <pal@palemieux.com> | 2020-04-15 14:35:46 -0700 |
| commit | b15f21a0c760bc8b8b28cd2a04491f4963ac0549 (patch) | |
| tree | db7a09f5c0cbee7f6d7f38ee7b42d0205072bbc7 /src/MDD.cpp | |
| parent | c13564dfa143310edd7c160a75898af86def24be (diff) | |
Add support for IAB Track File reading and writing
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 708e5f7..772b96d 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1642,7 +1642,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 529 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7b, 0x00 }, {0}, false, "IABEssenceDescriptor" }, - { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x06, 0x01, 0x01, // 530 + { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 530 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7c, 0x00 }, {0}, false, "IABSoundfieldLabelSubDescriptor" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 531 |
