summaryrefslogtreecommitdiff
path: root/test/srt_subtitle_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-08-10 23:12:09 +0200
committerCarl Hetherington <cth@carlh.net>2023-08-11 23:53:04 +0200
commitd5898263e49c5a44110f7d5745bda3a00dcbdb8b (patch)
treee92c2186f0b09cd37c578af032f86ad23561b567 /test/srt_subtitle_test.cc
parent9fd131b9c2bc1baf09777863f3ce6cd6eaa5dd87 (diff)
Fix tests on Windows.
Diffstat (limited to 'test/srt_subtitle_test.cc')
-rw-r--r--test/srt_subtitle_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc
index c9aab59d9..0ee9cb197 100644
--- a/test/srt_subtitle_test.cc
+++ b/test/srt_subtitle_test.cc
@@ -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);