summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sheby <44249925+msheby@users.noreply.github.com>2021-08-26 21:35:20 -0700
committerMatthew Sheby <44249925+msheby@users.noreply.github.com>2021-08-26 21:35:20 -0700
commit915b876047071c0b7f227d15edd6f545fe94ed2d (patch)
treeaa23c63c2b83340c5569bc3be61a2afea1d70d32 /src
parent2953afce067913dd178eb083445a6efa2a8359ed (diff)
fix issue #71
Diffstat (limited to 'src')
-rw-r--r--src/MDD.cpp2
-rwxr-xr-xsrc/MDD.h2
-rwxr-xr-xsrc/MXF.cpp2
3 files changed, 3 insertions, 3 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" },
diff --git a/src/MDD.h b/src/MDD.h
index 730d74b..2250f0c 100755
--- a/src/MDD.h
+++ b/src/MDD.h
@@ -379,7 +379,7 @@ namespace ASDCP {
MDD_IMFAudioSoundfield_60, // 341
MDD_IMFAudioSoundfield_70, // 342
MDD_IMFAudioSoundfield_LtRt, // 343
- MDD_IMFAudioSoundfield_51Ex, // 344
+ MDD_IMFAudioSoundfield_51EX, // 344
MDD_IMFAudioSoundfield_HI, // 345
MDD_IMFAudioSoundfield_VIN, // 346
MDD_IMFAudioGroup_MPg, // 347
diff --git a/src/MXF.cpp b/src/MXF.cpp
index 94c94ad..3566c70 100755
--- a/src/MXF.cpp
+++ b/src/MXF.cpp
@@ -1915,7 +1915,7 @@ ASDCP::MXF::AS02_MCAConfigParser::AS02_MCAConfigParser(const Dictionary* d) : AS
m_LabelMap.insert(pair("60", label_traits("6.0", true, m_Dict->ul(MDD_IMFAudioSoundfield_60))));
m_LabelMap.insert(pair("70", label_traits("7.0DS", true, m_Dict->ul(MDD_IMFAudioSoundfield_70))));
m_LabelMap.insert(pair("LtRt", label_traits("Lt-Rt",true, m_Dict->ul(MDD_IMFAudioSoundfield_LtRt))));
- m_LabelMap.insert(pair("51Ex", label_traits("5.1EX",true, m_Dict->ul(MDD_IMFAudioSoundfield_51Ex))));
+ m_LabelMap.insert(pair("51EX", label_traits("5.1EX",true, m_Dict->ul(MDD_IMFAudioSoundfield_51EX))));
m_LabelMap.insert(pair("HA", label_traits("Hearing Accessibility", true, m_Dict->ul(MDD_IMFAudioSoundfield_HI))));
m_LabelMap.insert(pair("VA", label_traits("Visual Accessibility", true, m_Dict->ul(MDD_IMFAudioSoundfield_VIN))));