diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-09-06 20:10:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-09-20 19:34:50 +0200 |
| commit | 27eb42c125ce1f5a9bbcb3b48b50921e4ec4985a (patch) | |
| tree | f9dbeb0e3cad4594b74942c2068903efb5ae3788 /test/encryption_test.cc | |
| parent | c6a700e8de9ea51122870765aecee81870f35b1b (diff) | |
Support MCA sound channel tags in MXF/CPL.
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index c452c07b..2793e8ad 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -98,10 +98,10 @@ BOOST_AUTO_TEST_CASE (encryption_test) } writer->finalize (); - shared_ptr<dcp::SoundAsset> ms (new dcp::SoundAsset (dcp::Fraction (24, 1), 48000, 1, dcp::SMPTE)); + shared_ptr<dcp::SoundAsset> ms (new dcp::SoundAsset (dcp::Fraction (24, 1), 48000, 1, dcp::LanguageTag("en-GB"), dcp::SMPTE)); ms->set_metadata (mxf_metadata); ms->set_key (key); - shared_ptr<dcp::SoundAssetWriter> sound_writer = ms->start_write ("build/test/DCP/encryption_test/audio.mxf"); + shared_ptr<dcp::SoundAssetWriter> sound_writer = ms->start_write ("build/test/DCP/encryption_test/audio.mxf", vector<dcp::Channel>()); SF_INFO info; info.format = 0; |
