diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-03-26 00:09:15 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-03-26 00:09:15 +0100 |
| commit | b9c5e3f74550917676e14324791d6ba4d0c07cac (patch) | |
| tree | 4e3264a68c365af195f682b548186f6c973246b7 /test/ref/DCP/encryption_test/ASSETMAP.xml | |
| parent | c7208194515e93f85441c76d78d11a47d79b36e1 (diff) | |
Write MCA tags based on the specified sound field.
I had previously assumed that one should write MCA information into
the sound MXF based on what channels actually contain sound rather
than silence.
However a previous example of a stereo DCP gives a verification error
in EasyDCP (see DoM bug #1935) which is solved by adding MCA tags
for each channel in the specified sound field (e.g. at least 6 tags
for a file which is marked as 5.1) even if the audio is really stereo.
This commit removes the "active channels" stuff and makes sure
that if we say a file is 5.1 we write at least 6 MCA tags (and
similarly for 7.1).
Diffstat (limited to 'test/ref/DCP/encryption_test/ASSETMAP.xml')
| -rw-r--r-- | test/ref/DCP/encryption_test/ASSETMAP.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/ref/DCP/encryption_test/ASSETMAP.xml b/test/ref/DCP/encryption_test/ASSETMAP.xml index 0fc7ea3c..5d5abd31 100644 --- a/test/ref/DCP/encryption_test/ASSETMAP.xml +++ b/test/ref/DCP/encryption_test/ASSETMAP.xml @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <AssetMap xmlns="http://www.smpte-ra.org/schemas/429-9/2007/AM"> - <Id>urn:uuid:6af1e0c1-c441-47f8-a502-3efd46b1fa4f</Id> + <Id>urn:uuid:8ee8f7da-8da2-4adb-ae0e-31e8f4b91900</Id> <AnnotationText>Created by libdcp</AnnotationText> <Creator>OpenDCP 0.0.25</Creator> <VolumeCount>1</VolumeCount> @@ -8,11 +8,11 @@ <Issuer>OpenDCP 0.0.25</Issuer> <AssetList> <Asset> - <Id>urn:uuid:93182bd2-b1e8-41a3-b5c8-6e6564273bff</Id> + <Id>urn:uuid:627ad740-ae36-4c49-92bb-553a9f09c4f8</Id> <PackingList>true</PackingList> <ChunkList> <Chunk> - <Path>pkl_93182bd2-b1e8-41a3-b5c8-6e6564273bff.xml</Path> + <Path>pkl_627ad740-ae36-4c49-92bb-553a9f09c4f8.xml</Path> <VolumeIndex>1</VolumeIndex> <Offset>0</Offset> <Length>8708</Length> |
