Fix unsigned/signed mismatch.
[dcpomatic.git] / test / srt_subtitle_test.cc
index c9aab59d977deebbc7c111a0457d4a4173c335b4..0ee9cb197a3f3a38c24aa0ef89b702e79523331f 100644 (file)
@@ -173,6 +173,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test5)
        film->set_name ("frobozz");
        film->set_interop (true);
        film->set_sequence (false);
+       film->set_audio_channels(6);
        for (auto i = 0; i < 2; ++i) {
                auto content = make_shared<StringTextFileContent>("test/data/subrip2.srt");
                content->only_text()->set_use (true);