diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-05-20 16:55:57 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-05-22 10:33:45 +0200 |
| commit | c95ba3eb99c5e4d6dca90cee7e5bb9077b6ed02c (patch) | |
| tree | 82857f50135db65c8750e9e4492536d4639e0a91 /test/subtitle_timing_test.cc | |
| parent | e3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff) | |
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/subtitle_timing_test.cc')
| -rw-r--r-- | test/subtitle_timing_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/subtitle_timing_test.cc b/test/subtitle_timing_test.cc index 710a95282..2e6b319cb 100644 --- a/test/subtitle_timing_test.cc +++ b/test/subtitle_timing_test.cc @@ -54,7 +54,7 @@ BOOST_AUTO_TEST_CASE (test_subtitle_timing_with_frame_rate_change) auto sub = content_factory("test/data/hour.srt")[0]; sub->text.front()->set_language(dcp::LanguageTag("en")); - auto film = new_test_film2(name, { picture, sub }, &cl); + auto film = new_test_film(name, { picture, sub }, &cl); film->set_video_bit_rate(VideoEncoding::JPEG2000, 10000000); picture->set_video_frame_rate(film, content_frame_rate); auto const dcp_frame_rate = film->video_frame_rate(); @@ -91,7 +91,7 @@ BOOST_AUTO_TEST_CASE(dvb_subtitles_replace_the_last) */ auto content = content_factory(TestPaths::private_data() / "roh.mkv"); BOOST_REQUIRE(!content.empty()); - auto film = new_test_film2("dvb_subtitles_replace_the_last", { content[0] }); + auto film = new_test_film("dvb_subtitles_replace_the_last", { content[0] }); FFmpegDecoder decoder(film, dynamic_pointer_cast<FFmpegContent>(content[0]), false); BOOST_REQUIRE(!decoder.text.empty()); |
