diff options
| author | John Hurst <jhurst@cinecert.com> | 2019-12-30 13:58:01 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-30 13:58:01 -0800 |
| commit | 724014ca3037c46b5ec0f6628271c6bf656b4db4 (patch) | |
| tree | 14be5695cc996be9aae6d257dc60d68fb5790f8d /src/MDD.cpp | |
| parent | da9826dd6737c27ecdd2fed6976ab59f71faf4ee (diff) | |
| parent | dc56ff4682afe48302ca3708e8893e943a7d5d42 (diff) | |
Merge pull request #18 from wruppelx/master
Default value of Flags in Index Entry Array fixed
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index c8de004..06887d5 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -1156,12 +1156,12 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0}, false, "DBOXMotionCodeSecondaryStream" }, // 379-2, Sec. 7: Encoders that conform to this specification shall add a - // ContainerConstraintSubDescriptor to the GenericDescriptor::SubDescriptors + // ContainerConstraintsSubDescriptor to the GenericDescriptor::SubDescriptors // property of the top-most File Descriptor that describes the essence // container. { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 373 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x67, 0x00 }, - {0}, false, "ContainerConstraintSubDescriptor" }, + {0}, false, "ContainerConstraintsSubDescriptor" }, // protype for high dynamic range, values recorded in Dolby registry { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x05, // 374 |
