summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2009-02-24 01:44:50 +0000
committerjhurst <>2009-02-24 01:44:50 +0000
commitc476a7b00664ca00003ad01f01e5270fca31790a (patch)
tree5ecd5590d304092abac7e534648779ba5264667c /src/MDD.cpp
parentb5d45c28dc47d61f05c5ba1ea5f92546369d00dd (diff)
text UL updates
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index da0163f..1630b9a 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -479,7 +479,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 147
0x06, 0x01, 0x01, 0x04, 0x06, 0x03, 0x00, 0x00 },
{0x2f, 0x01}, true, "GenericDescriptor_Locators" },
- { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 148
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x09, // 148
0x06, 0x01, 0x01, 0x04, 0x06, 0x10, 0x00, 0x00 },
{0}, true, "GenericDescriptor_SubDescriptors" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 149
@@ -800,7 +800,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x09, // 254
0x02, 0x09, 0x03, 0x01, 0x02, 0x00, 0x00, 0x00 },
{0}, false, "CryptographicContext_CryptographicKeyID" },
- { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x09, // 255
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0a, // 255
0x0d, 0x01, 0x03, 0x01, 0x02, 0x13, 0x01, 0x01 },
{0}, false, "TimedTextWrapping" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x02, 0x01, 0x09, // 256
@@ -830,8 +830,8 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x04, // 264
0x01, 0x03, 0x04, 0x04, 0x00, 0x00, 0x00, 0x00 },
{0}, false, "TimedTextResourceSubDescriptor_EssenceStreamID" },
- { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x04, // 265
- 0x06, 0x10, 0x10, 0x05, 0x01, 0x02, 0x11, 0x00 },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x05, 0x01, 0x01, // 265
+ 0x0d, 0x01, 0x02, 0x01, 0x01, 0x03, 0x11, 0x00 },
{0}, false, "GenericStreamPartition" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 266
0x04, 0x07, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 },
@@ -848,11 +848,14 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x07, // 270
0x04, 0x02, 0x01, 0x01, 0x05, 0x00, 0x00, 0x00 },
{0x3d, 0x32}, true, "WaveAudioDescriptor_ChannelAssignment" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0c, // 271
+ 0x0d, 0x01, 0x05, 0x05, 0x01, 0x00, 0x00, 0x00 },
+ {0x00, 0x00}, false, "GenericStream_DataElement" },
{ {0}, {0}, false, 0 }
};
-const ui32_t s_MDD_Table_size = 270;
+const ui32_t s_MDD_Table_size = 272;
//
// end MDD.cpp