diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-06-20 23:01:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-06-20 23:01:12 +0100 |
| commit | dc1c279211773ad68cb0348eb802cf5c9594d8dd (patch) | |
| tree | d49cd367d1832ce04bbc041b866835b2463d29d7 /test/burnt_subtitle_test.cc | |
| parent | 4d54b053b6e9565e026554b1dba31d73a1b492ae (diff) | |
Various subtitle UI tweaks.
Diffstat (limited to 'test/burnt_subtitle_test.cc')
| -rw-r--r-- | test/burnt_subtitle_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/burnt_subtitle_test.cc b/test/burnt_subtitle_test.cc index c5d6c4c14..acd30d030 100644 --- a/test/burnt_subtitle_test.cc +++ b/test/burnt_subtitle_test.cc @@ -38,8 +38,8 @@ BOOST_AUTO_TEST_CASE (burnt_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_with_subtitles (true); shared_ptr<SubRipContent> content (new SubRipContent (film, "test/data/subrip2.srt")); + content->set_subtitle_use (true); film->examine_and_add_content (content); wait_for_jobs (); film->make_dcp (); |
