summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2013-07-02 05:51:18 +0000
committerjhurst <>2013-07-02 05:51:18 +0000
commit0cc43cc3765c003d60196ff45213c2835281a0c3 (patch)
tree9e80d263f63dc09c5184943f8adb97ab562368bd /src/MDD.cpp
parentf2ecb6822ff3db70b40adb19a37eab6456e28ed8 (diff)
more optional stuff
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp18
1 files changed, 16 insertions, 2 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index eba638f..069d07e 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -559,7 +559,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{0x32, 0x0f}, true, "GenericPictureEssenceDescriptor_AlphaTransparency" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 174
0x04, 0x01, 0x02, 0x01, 0x01, 0x01, 0x02, 0x00 },
- {0x32, 0x10}, true, "GenericPictureEssenceDescriptor_Gamma" },
+ {0x32, 0x10}, true, "GenericPictureEssenceDescriptor_TransferCharacteristic" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 175
0x04, 0x18, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00 },
{0x32, 0x11}, true, "GenericPictureEssenceDescriptor_ImageAlignmentOffset" },
@@ -661,7 +661,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{0x3d, 0x0c}, true, "GenericSoundEssenceDescriptor_DialNorm" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 208
0x04, 0x02, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00 },
- {0x3d, 0x06}, false, "GenericSoundEssenceDescriptor_SoundEssenceCompression" },
+ {0x3d, 0x06}, false, "GenericSoundEssenceDescriptor_SoundEssenceCoding" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 209
0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x43, 0x00 },
{0}, false, "GenericDataEssenceDescriptor" },
@@ -1085,6 +1085,20 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 349
0x03, 0x02, 0x03, 0x20, 0x03, 0x00, 0x00, 0x00 },
{0}, false, "IMFAudioGroup_Dcm" },
+
+
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0c, // 350
+ 0x06, 0x01, 0x01, 0x04, 0x02, 0x0f, 0x00, 0x00 },
+ {0}, false, "MaterialPackage_PackageMarker" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 351
+ 0x04, 0x01, 0x02, 0x01, 0x01, 0x03, 0x01, 0x00 },
+ {0}, false, "GenericPictureEssenceDescriptor_CodingEquations" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 352
+ 0x04, 0x01, 0x02, 0x01, 0x01, 0x06, 0x01, 0x00 },
+ {0}, false, "GenericPictureEssenceDescriptor_ColorPrimaries" },
+
+
+
{ {0}, {0}, false, 0 }
};