From ef20ef5082586ac7c54e6e5f2d3520249f9e2139 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 18 May 2024 00:51:45 +0200 Subject: fixup! Introduce SMPTEFlavour and use it to decide which optional things to write. --- test/test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test.cc') diff --git a/test/test.cc b/test/test.cc index d384bdfa..78099c81 100644 --- a/test/test.cc +++ b/test/test.cc @@ -312,7 +312,7 @@ simple_sound(boost::filesystem::path path, string suffix, dcp::MXFMetadata mxf_m } ms->_language = language; ms->set_metadata (mxf_meta); - auto sound_writer = ms->start_write(path / dcp::String::compose("audio%1.mxf", suffix), {}, dcp::SoundAsset::AtmosSync::DISABLED, dcp::SoundAsset::MCASubDescriptors::ENABLED); + auto sound_writer = ms->start_write(path / dcp::String::compose("audio%1.mxf", suffix), {}, dcp::SoundAsset::AtmosSync::DISABLED, dcp::SMPTEFlavour::BV21); int const samples_per_frame = sample_rate / 24; -- cgit v1.2.3