summaryrefslogtreecommitdiff
path: root/src/MDD.h
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.h
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.h')
-rwxr-xr-xsrc/MDD.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/MDD.h b/src/MDD.h
index 2b274ab..cef2db3 100755
--- a/src/MDD.h
+++ b/src/MDD.h
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2006-2015, John Hurst
+Copyright (c) 2006-2016, John Hurst
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -416,9 +416,9 @@ namespace ASDCP {
MDD_PHDRMetadataTrackSubDescriptor_SourceTrackID, // 378
MDD_PHDRMetadataTrackSubDescriptor_SimplePayloadSID, // 379
MDD_JPEG2000PictureSubDescriptor_J2CLayout, // 380
- MDD_DolbyAtmosDCDataWrappingFrame, // 381
- MDD_DolbyAtmosDCDataEssence, // 382
- MDD_DolbyAtmosDCDataDescriptor, // 383
+ MDD_PrivateDCDataWrappingFrame, // 381
+ MDD_PrivateDCDataEssence, // 382
+ MDD_PrivateDCDataDescriptor, // 383
MDD_Max
}; // enum MDD_t