Go back to respecting the user's choice for the number of audio channels in the MXF.
[dcpomatic.git] / test / srt_subtitle_test.cc
index 3863ebf9f26a8aad1250f3f5d482f921dd7aeeb3..c9aab59d977deebbc7c111a0457d4a4173c335b4 100644 (file)
@@ -55,6 +55,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test)
        film->set_name ("frobozz");
        film->set_audio_channels (6);
        film->set_interop (false);
+       film->set_audio_channels(16);
        auto content = make_shared<StringTextFileContent>("test/data/subrip2.srt");
        film->examine_and_add_content (content);
        BOOST_REQUIRE (!wait_for_jobs());