diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-19 11:28:21 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-19 11:28:21 +0000 |
| commit | 2667081f86561b2c70753b678b49084a87f37eb9 (patch) | |
| tree | 37e11e0f0bfb543e55e99d9257ec4be54f2ee503 | |
| parent | 56286bed00c2a6ad372b6c9d4902c74fd086f384 (diff) | |
Fix test now that Atmos asset ID is correctly read from the MXF.
| -rw-r--r-- | test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml | 2 | ||||
| -rw-r--r-- | test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml b/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml index 30b7a5aa..5eb8e8e0 100644 --- a/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml +++ b/test/ref/DCP/dcp_test5/cpl_3a8a01d1-0e1c-4ff0-977d-63d32995a1fd.xml @@ -37,7 +37,7 @@ <Hash>466RYVbB8pyiP6RD6mjEjy4N8d4=</Hash> </MainSound> <axd:AuxData xmlns:axd="http://www.dolby.com/schemas/2012/AD"> - <Id>urn:uuid:f1f7e0bc-ee61-412a-ac0e-e0b165a364a8</Id> + <Id>urn:uuid:b68febcc-5ddf-489a-84a7-924f29fa2afd</Id> <AnnotationText></AnnotationText> <EditRate>24 1</EditRate> <IntrinsicDuration>1489</IntrinsicDuration> diff --git a/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml b/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml index a262ddbc..bf029cdb 100644 --- a/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml +++ b/test/ref/DCP/dcp_test5/pkl_7574c611-f8de-4d20-98c4-2eb7dc87080a.xml @@ -9,7 +9,7 @@ <Asset> <Id>urn:uuid:3a8a01d1-0e1c-4ff0-977d-63d32995a1fd</Id> <AnnotationText>3a8a01d1-0e1c-4ff0-977d-63d32995a1fd</AnnotationText> - <Hash>rjSbPKZl3yv5tKe/QJJIwl2siG8=</Hash> + <Hash>/ZOIScc5e/LacNSwBp4/HMof2OQ=</Hash> <Size>2152</Size> <Type>text/xml</Type> </Asset> |
