diff options
| author | John Hurst <jhurst@cinecert.com> | 2020-06-17 13:52:50 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-17 13:52:50 -0700 |
| commit | e9910a8e3314e8a4664f5998a8e508f706509c9c (patch) | |
| tree | 80a9ee0d76712d602023dd92838aaaca47e9e89b /src/MDD.cpp | |
| parent | c13564dfa143310edd7c160a75898af86def24be (diff) | |
| parent | 4ca9a065e5e2d7923dc937bb780d996cf4c18adf (diff) | |
Merge pull request #33 from sandflow/feature/iab-in-imf
Add support for IAB Track Files (SMPTE ST 2067-201)
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index 708e5f7..772b96d 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1642,7 +1642,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 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 + { { 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 |
