Go back to respecting the user's choice for the number of audio channels in the MXF.
[dcpomatic.git] / test / import_dcp_test.cc
index acac790513ea6480b747a18dee64be26d37496b5..7387c7be7379f533687fbd58aaa1769985eca8d2 100644 (file)
@@ -85,6 +85,7 @@ BOOST_AUTO_TEST_CASE (import_dcp_test)
        B->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR"));
        B->set_name ("frobozz");
        B->set_interop (false);
+       B->set_audio_channels(16);
 
        auto d = make_shared<DCPContent>("build/test/import_dcp_test/" + A->dcp_name());
        B->examine_and_add_content (d);