From 57057b33d1da9e04fa236cac3c5e30fe0fae7802 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 10 Jun 2015 09:20:37 +0100 Subject: [PATCH] Set xml_subtitle_test back to using SMPTE. --- test/xml_subtitle_test.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/xml_subtitle_test.cc b/test/xml_subtitle_test.cc index 22f425a7f..7c3ca3efe 100644 --- a/test/xml_subtitle_test.cc +++ b/test/xml_subtitle_test.cc @@ -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 content (new SubRipContent (film, "test/data/subrip2.srt")); content->set_use_subtitles (true); film->examine_and_add_content (content); -- 2.30.2