From 89ee4cc6019036fa4fc0a6e07e052ffdc3b136ac Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 25 Jun 2015 11:58:12 +0100 Subject: Make player decide whether subtitles should be burnt based on content settings rather than using the film's settings. Remove film property of burn-subtitles. --- test/xml_subtitle_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/xml_subtitle_test.cc') diff --git a/test/xml_subtitle_test.cc b/test/xml_subtitle_test.cc index 8f44fa722..536cb7d46 100644 --- a/test/xml_subtitle_test.cc +++ b/test/xml_subtitle_test.cc @@ -38,9 +38,9 @@ BOOST_AUTO_TEST_CASE (xml_subtitle_test) film->set_container (Ratio::from_id ("185")); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR")); film->set_name ("frobozz"); - film->set_burn_subtitles (false); shared_ptr content (new SubRipContent (film, "test/data/subrip2.srt")); content->set_use_subtitles (true); + content->set_burn_subtitles (false); film->examine_and_add_content (content); wait_for_jobs (); film->make_dcp (); -- cgit v1.2.3