Set xml_subtitle_test back to using SMPTE.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 08:20:37 +0000 (09:20 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 08:20:37 +0000 (09:20 +0100)
test/xml_subtitle_test.cc

index 22f425a7f5218f5094f8daf74f52e9a1d0723370..7c3ca3efe68e45847f44937e47808d35ecb65b4b 100644 (file)
@@ -39,7 +39,6 @@ BOOST_AUTO_TEST_CASE (xml_subtitle_test)
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR"));
        film->set_name ("frobozz");
        film->set_burn_subtitles (false);
-       film->set_interop (true);
        shared_ptr<SubRipContent> content (new SubRipContent (film, "test/data/subrip2.srt"));
        content->set_use_subtitles (true);
        film->examine_and_add_content (content);