diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-19 22:44:53 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-19 23:45:23 +0100 |
| commit | 27b83475435dda4e84a90cf59a52f150905c4ab1 (patch) | |
| tree | 51d0158c7a879f6b2f3c40843c5e5e455069a1dc /test/subtitle_reel_number_test.cc | |
| parent | 9cb73fbc0fa4643612f01665bc6d9fc430656f32 (diff) | |
Clean up after previous commit.
Diffstat (limited to 'test/subtitle_reel_number_test.cc')
| -rw-r--r-- | test/subtitle_reel_number_test.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/subtitle_reel_number_test.cc b/test/subtitle_reel_number_test.cc index 27c6e2d0e..a82094a73 100644 --- a/test/subtitle_reel_number_test.cc +++ b/test/subtitle_reel_number_test.cc @@ -21,7 +21,7 @@ #include "lib/text_caption_file_content.h" #include "lib/film.h" #include "lib/ratio.h" -#include "lib/text_content.h" +#include "lib/caption_content.h" #include "lib/dcp_content_type.h" #include "test.h" #include <dcp/cpl.h> @@ -46,8 +46,8 @@ BOOST_AUTO_TEST_CASE (subtitle_reel_number_test) shared_ptr<TextCaptionFileContent> content (new TextCaptionFileContent (film, "test/data/subrip5.srt")); film->examine_and_add_content (content); BOOST_REQUIRE (!wait_for_jobs ()); - content->subtitle->set_use (true); - content->subtitle->set_burn (false); + content->caption->set_use (true); + content->caption->set_burn (false); film->set_reel_type (REELTYPE_BY_LENGTH); film->set_interop (true); film->set_reel_length (1024 * 1024 * 512); |
