diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-10 09:20:37 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-10 09:20:37 +0100 |
| commit | 57057b33d1da9e04fa236cac3c5e30fe0fae7802 (patch) | |
| tree | 3183a7b59f112f0e591765e8a97da95bdae87a6f | |
| parent | b394a3852c973b8b1dcf58bcefc249301c754126 (diff) | |
Set xml_subtitle_test back to using SMPTE.
| -rw-r--r-- | test/xml_subtitle_test.cc | 1 |
1 files changed, 0 insertions, 1 deletions
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<SubRipContent> content (new SubRipContent (film, "test/data/subrip2.srt")); content->set_use_subtitles (true); film->examine_and_add_content (content); |
