Remove the bools and default parameters from SoundAsset::start_write().
[libdcp.git] / test / encryption_test.cc
index 2b9a6beaf0e9a6e013921705002393e9eb5924dd..29b8f1fb348b653195d52ce6ea0c1321bec532af 100644 (file)
@@ -103,7 +103,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");
+       auto sound_writer = ms->start_write("build/test/DCP/encryption_test/audio.mxf", {}, dcp::SoundAsset::AtmosSync::DISABLED, dcp::SoundAsset::MCASubDescriptors::ENABLED);
 
        SF_INFO info;
        info.format = 0;