summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2020-04-13 08:36:06 -0700
committerjhurst <jhurst@cinecert.com>2020-04-13 08:36:06 -0700
commit57d797e286406eaf46b053b2c75c2c4766b20642 (patch)
tree77541b7e6382232f1b1bafb9b93ec55bf5782cc8 /src/MDD.cpp
parent9e4d2ff415742c1d9be3613f220eb3dd28aa063d (diff)
Added ImmersiveAudioCoding; fixed IABEssenceDescriptor Set coding byte
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index a5fbe67..708e5f7 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -1639,7 +1639,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 01, 0x01, 0x01, 0x0e,
06, 0x01, 0x01, 0x02, 06, 0x00, 0x00, 0x00 },
{0}, false, "TimedTextDescriptor_ZPositionInUse" }, // 528
- { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x06, 0x01, 0x01, // 529
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 529
0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7b, 0x00 },
{0}, false, "IABEssenceDescriptor" },
{ { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x06, 0x01, 0x01, // 530
@@ -1657,6 +1657,9 @@ static const ASDCP::MDDEntry s_MDD_Table[] = {
{ { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x02, 0x01, 0x01, // 534
0x0d, 0x01, 0x03, 0x01, 0x16, 0x7f, 0x0d, 0x7f },
{0}, false, "IMF_IABEssenceClipWrappedElement" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x05, // 535
+ 0x0e, 0x09, 0x06, 0x04, 0x00, 0x00, 0x00, 0x00 },
+ {0}, false, "ImmersiveAudioCoding" },
{ {0}, {0}, false, 0 },
};