diff options
| author | jhurst <jhurst@cinecert.com> | 2018-08-07 17:15:16 +0000 |
|---|---|---|
| committer | jhurst <> | 2018-08-07 17:15:16 +0000 |
| commit | 34769789ae8e6450bc63488d4d032ab2acd17805 (patch) | |
| tree | 8fc40c856c4454ac3299e8cf7d8046ce3be8236a /src/MDD.cpp | |
| parent | bbfb1d262eedd04b1096bec54c848488ac233837 (diff) | |
added property GenericSoundEssenceDescriptor.ReferenceImageEditRate
Diffstat (limited to 'src/MDD.cpp')
| -rw-r--r-- | src/MDD.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/MDD.cpp b/src/MDD.cpp index bae0f2b..9047ef4 100644 --- a/src/MDD.cpp +++ b/src/MDD.cpp @@ -643,7 +643,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0x3d, 0x03}, false, "GenericSoundEssenceDescriptor_AudioSamplingRate" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x04, // 202 0x04, 0x02, 0x03, 0x01, 0x04, 0x00, 0x00, 0x00 }, - {0x3d, 0x02}, false, "GenericSoundEssenceDescriptor_Locked" }, + {0x3d, 0x02}, true, "GenericSoundEssenceDescriptor_Locked" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x01, // 203 0x04, 0x02, 0x01, 0x01, 0x03, 0x00, 0x00, 0x00 }, {0x3d, 0x04}, true, "GenericSoundEssenceDescriptor_AudioRefLevel" }, @@ -661,7 +661,7 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { {0x3d, 0x0c}, true, "GenericSoundEssenceDescriptor_DialNorm" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x02, // 208 0x04, 0x02, 0x04, 0x02, 0x00, 0x00, 0x00, 0x00 }, - {0x3d, 0x06}, false, "GenericSoundEssenceDescriptor_SoundEssenceCoding" }, + {0x3d, 0x06}, true, "GenericSoundEssenceDescriptor_SoundEssenceCoding" }, { { 0x06, 0x0e, 0x2b, 0x34, 0x02, 0x53, 0x01, 0x01, // 209 0x0d, 0x01, 0x01, 0x01, 0x01, 0x01, 0x43, 0x00 }, {0}, false, "GenericDataEssenceDescriptor" }, @@ -1588,6 +1588,9 @@ static const ASDCP::MDDEntry s_MDD_Table[] = { { { 0x06, 0x0e, 0x2b, 0x34, 0x04, 0x01, 0x01, 0x0c, // 511 0x0d, 0x01, 0x04, 0x01, 0x04, 0x01, 0x01, 0x00 }, {0}, false, "MXFTextBasedFramework" }, + { { 0x06, 0x0e, 0x2b, 0x34, 0x01, 0x01, 0x01, 0x0e, // 512 + 0x04, 0x02, 0x01, 0x01, 0x06, 0x00, 0x00, 0x00 }, + {0}, true, "GenericSoundEssenceDescriptor_ReferenceImageEditRate" }, { {0}, {0}, false, 0 } }; |
