diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-06 20:10:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-21 21:57:18 +0200 |
| commit | cdc8bc6a7da0b4f8c3dbfcf560fea61473cf1ca3 (patch) | |
| tree | 6f6fc0c6b7897e6d3bd48fcc27e0e5eb08fc92b9 /test/ref | |
| parent | 445f2495fbb0885132d3a6c8e7a1e135cbac3cce (diff) | |
Support MCA sound channel tags in MXF/CPL.
Diffstat (limited to 'test/ref')
| -rw-r--r-- | test/ref/cpl_metadata_test1.xml | 2 | ||||
| -rw-r--r-- | test/ref/cpl_metadata_test2.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ref/cpl_metadata_test1.xml b/test/ref/cpl_metadata_test1.xml index b734edbb..5d49e765 100644 --- a/test/ref/cpl_metadata_test1.xml +++ b/test/ref/cpl_metadata_test1.xml @@ -55,7 +55,7 @@ </ContentVersion> </meta:AlternateContentVersionList> <meta:Luminance units="foot-lambert">4.5</meta:Luminance> - <meta:MainSoundConfiguration>71/L,R,C,LFE,-,-,-,-,-,-,-,-,-,Sync,-,-</meta:MainSoundConfiguration> + <meta:MainSoundConfiguration>71/L,R,C,LFE,-,-,-,-,-,-,-,-,-,FSKSync,-,-</meta:MainSoundConfiguration> <meta:MainSoundSampleRate>48000 1</meta:MainSoundSampleRate> <meta:MainPictureStoredArea> <meta:Width>1998</meta:Width> diff --git a/test/ref/cpl_metadata_test2.xml b/test/ref/cpl_metadata_test2.xml index d61a7113..a7b20ff3 100644 --- a/test/ref/cpl_metadata_test2.xml +++ b/test/ref/cpl_metadata_test2.xml @@ -32,7 +32,7 @@ <EditRate>24 1</EditRate> <IntrinsicDuration>24</IntrinsicDuration> <meta:FullContentTitleText/> - <meta:MainSoundConfiguration>71/L,R,C,LFE,-,-,-,-,-,-,-,-,-,Sync,-,-</meta:MainSoundConfiguration> + <meta:MainSoundConfiguration>71/L,R,C,LFE,-,-,-,-,-,-,-,-,-,FSKSync,-,-</meta:MainSoundConfiguration> <meta:MainSoundSampleRate>48000 1</meta:MainSoundSampleRate> <meta:MainPictureStoredArea> <meta:Width>1998</meta:Width> |
