summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-12 00:25:49 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-12 00:25:49 +0000
commit2605f300dce06fe30eebcae108d891e95a389825 (patch)
treeec9cba5cc94145307c82fea404ef083291966523 /test
parentc5f9c7a86ff4fb8ddc2f10d7b3f613ae0bdc2354 (diff)
Fix interop/SMPTE confusion.
Diffstat (limited to 'test')
-rw-r--r--test/srt_subtitle_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/srt_subtitle_test.cc b/test/srt_subtitle_test.cc
index 2b7cb340a..a601ea58a 100644
--- a/test/srt_subtitle_test.cc
+++ b/test/srt_subtitle_test.cc
@@ -180,7 +180,7 @@ BOOST_AUTO_TEST_CASE (srt_subtitle_test5)
BOOST_AUTO_TEST_CASE (srt_subtitle_test6)
{
shared_ptr<Film> film = new_test_film2 ("srt_subtitle_test6");
- film->set_interop (true);
+ film->set_interop (false);
shared_ptr<TextSubtitleContent> content (new TextSubtitleContent (film, "test/data/frames.srt"));
content->subtitle->set_use (true);
content->subtitle->set_burn (false);