Fix interop/SMPTE confusion.
authorCarl Hetherington <cth@carlh.net>
Mon, 12 Feb 2018 00:25:49 +0000 (00:25 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 12 Feb 2018 00:25:49 +0000 (00:25 +0000)
test/srt_subtitle_test.cc

index 2b7cb340a3aa9aea600b864c1daa1c689752f18c..a601ea58a2de12a96b78015333ee4c00c3caa16a 100644 (file)
@@ -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);