diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-18 00:51:45 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-18 00:51:45 +0200 |
| commit | ef20ef5082586ac7c54e6e5f2d3520249f9e2139 (patch) | |
| tree | 724748bb22b19675010d1c4cdf7d76ab280e9533 /test/encryption_test.cc | |
| parent | 4347717803d202a41792faf42e846fd73a0586bf (diff) | |
fixup! Introduce SMPTEFlavour and use it to decide which optional things to write.smpte-a
Diffstat (limited to 'test/encryption_test.cc')
| -rw-r--r-- | test/encryption_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/encryption_test.cc b/test/encryption_test.cc index 358a3fd9..703bfd1f 100644 --- a/test/encryption_test.cc +++ b/test/encryption_test.cc @@ -104,7 +104,7 @@ BOOST_AUTO_TEST_CASE (encryption_test) auto ms = make_shared<dcp::SoundAsset>(dcp::Fraction (24, 1), 48000, 1, dcp::LanguageTag("en-GB"), dcp::Standard::SMPTE); ms->set_metadata (mxf_metadata); ms->set_key (key); - auto sound_writer = ms->start_write("build/test/DCP/encryption_test/audio.mxf", {}, dcp::SoundAsset::AtmosSync::DISABLED, dcp::SoundAsset::MCASubDescriptors::ENABLED); + auto sound_writer = ms->start_write("build/test/DCP/encryption_test/audio.mxf", {}, dcp::SoundAsset::AtmosSync::DISABLED, dcp::SMPTEFlavour::BV21); SF_INFO info; info.format = 0; |
