summaryrefslogtreecommitdiff
path: root/src/MDD.cpp
diff options
context:
space:
mode:
authorJohn Hurst <jhurst@cinecert.com>2020-07-07 10:48:29 -0700
committerGitHub <noreply@github.com>2020-07-07 10:48:29 -0700
commit3562c679bc8fd59ac91541bba2144a778bfdbf02 (patch)
treee7a53012d45461876839fdc480aee939ab6d8cb1 /src/MDD.cpp
parentdc74dc00c2f225344f14c39969bd6b66664b4fd4 (diff)
parentf421cbb767e0437458332200e3f8537064feaaa8 (diff)
Merge pull request #45 from cinecert/iab-labels
Add support for IAB Track Files (SMPTE ST 2067-201)
Diffstat (limited to 'src/MDD.cpp')
-rw-r--r--src/MDD.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp
index 6db1bec..772b96d 100644
--- a/src/MDD.cpp
+++ b/src/MDD.cpp
@@ -1639,6 +1639,27 @@ 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, 0x53, 0x01, 0x01, // 529
+ 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7b, 0x00 },
+ {0}, false, "IABEssenceDescriptor" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 530
+ 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x7c, 0x00 },
+ {0}, false, "IABSoundfieldLabelSubDescriptor" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 531
+ 0x01, 0x01, 0x02, 0x01, 0x02, 0x00, 0x00, 0x00 },
+ {0}, false, "IMF_IABTrackFileLevel0" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 532
+ 0x0d, 0x01, 0x03, 0x01, 0x02, 0x1d, 0x01, 0x01 },
+ {0}, false, "IMF_IABEssenceClipWrappedContainer" },
+ { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0d, // 533
+ 0x03, 0x02, 0x02, 0x21, 0x00, 0x00, 0x00, 0x00 },
+ {0}, false, "IABSoundfield" },
+ { { 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 },
};