summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2016-05-09 18:18:42 +0000
committerjhurst <>2016-05-09 18:18:42 +0000
commit2b101472bf1f76db63ae1c97cf5393fe7195bcb1 (patch)
treeedf3c46b53393fc796d02d06130477e485639cc2 /src/MDD.cpp
parentcc05011a20424c6b855995b5965782582ca21c42 (diff)
Defined bool ASDCP::UL::operator<(const UL& rhs) const, which is needed to carry out the version-insensitive lookup policy when searching for ULs in a std::map<> of UL entries.
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index 116caab..2d6d0d2 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -1190,13 +1190,13 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
//
{ { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x05, // 381
0x0e, 0x09, 0x06, 0x05, 0x00, 0x00, 0x00, 0x00 },
- {0}, false, "DolbyAtmosDCDataWrappingFrame" },
+ {0}, false, "PrivateDCDataWrappingFrame" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x02, 0x01, 0x05, // 382
0x0e, 0x09, 0x06, 0x01, 0x00, 0x00, 0x00, 0x00 },
- {0}, false, "DolbyAtmosDCDataEssence" },
+ {0}, false, "PrivateDCDataEssence" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x05, // 383
0x0e, 0x09, 0x06, 0x03, 0x00, 0x00, 0x00, 0x00 },
- {0}, false, "DolbyAtmosDCDataDescriptor" },
+ {0}, false, "PrivateDCDataDescriptor" },
{ {0}, {0}, false, 0 }
};