diff options
| author | Wolfgang Ruppel <imftool@t-online.de> | 2019-12-02 21:48:30 +0100 |
|---|---|---|
| committer | Wolfgang Ruppel <imftool@t-online.de> | 2019-12-02 21:48:30 +0100 |
| commit | dc56ff4682afe48302ca3708e8893e943a7d5d42 (patch) | |
| tree | 3223c00c85208dedeec4dbbc81a902b59d1c0ea8 /src/MDD.cpp | |
| parent | fbdfd30bb77d37b354b19cf6cf3be72eec3bf725 (diff) | |
Adds a ContainerConstraintsSubDescriptor to ACES files (mandatory per ST 379-2)
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 |
