Go back to respecting the user's choice for the number of audio channels in the MXF.
[dcpomatic.git] / test / threed_test.cc
index 87ddd25aec252b75f64a333b4725a08f513f72cd..a53b4d10e3ce2c39a29818dbad4c1e8deab9cc53 100644 (file)
@@ -168,6 +168,7 @@ BOOST_AUTO_TEST_CASE (threed_test6)
        film->examine_and_add_content (L);
        auto R = make_shared<FFmpegContent>("test/data/3dR.mp4");
        film->examine_and_add_content (R);
+       film->set_audio_channels(16);
        BOOST_REQUIRE (!wait_for_jobs());
 
        L->video->set_frame_type (VideoFrameType::THREE_D_LEFT);