diff options
| author | John Hurst <jhurst@cinecert.com> | 2021-08-27 07:46:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 07:46:16 -0700 |
| commit | 0148c99d35e21a05f29be9a5ca8ff926e2be26d7 (patch) | |
| tree | aa23c63c2b83340c5569bc3be61a2afea1d70d32 /src/MDD.cpp | |
| parent | f21af63f4257ce6f0025112ad08176d907a1577c (diff) | |
| parent | 915b876047071c0b7f227d15edd6f545fe94ed2d (diff) | |
Merge pull request #95 from msheby/bugfix/issue71
Bugfix/issue71
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 4b3b928..4584a48 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1069,7 +1069,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0, 0}, false, "IMFAudioSoundfield_LtRt" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 344 0x03, 0x02, 0x02, 0x20, 0x0a, 0x00, 0x00, 0x00 }, - {0, 0}, false, "IMFAudioSoundfield_51Ex" }, + {0, 0}, false, "IMFAudioSoundfield_51EX" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 345 0x03, 0x02, 0x02, 0x20, 0x0b, 0x00, 0x00, 0x00 }, {0, 0}, false, "IMFAudioSoundfield_HI" }, |
