summaryrefslogtreecommitdiff
path: root/test/ffmpeg_decoder_error_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-05-20 16:55:57 +0200
committerCarl Hetherington <cth@carlh.net>2024-05-22 10:33:45 +0200
commitc95ba3eb99c5e4d6dca90cee7e5bb9077b6ed02c (patch)
tree82857f50135db65c8750e9e4492536d4639e0a91 /test/ffmpeg_decoder_error_test.cc
parente3dba6242aed7415eddbbfb1e5d56ce6680603c1 (diff)
Rename new_test_film2 -> new_test_film.
Diffstat (limited to 'test/ffmpeg_decoder_error_test.cc')
-rw-r--r--test/ffmpeg_decoder_error_test.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ffmpeg_decoder_error_test.cc b/test/ffmpeg_decoder_error_test.cc
index 1bb289feb..b53eabac5 100644
--- a/test/ffmpeg_decoder_error_test.cc
+++ b/test/ffmpeg_decoder_error_test.cc
@@ -39,7 +39,7 @@
BOOST_AUTO_TEST_CASE (check_exception_during_flush)
{
auto content = content_factory(TestPaths::private_data() / "3d_thx_broadway_2010_lossless.m2ts");
- auto film = new_test_film2 ("check_exception_during_flush", content);
+ auto film = new_test_film("check_exception_during_flush", content);
content[0]->set_trim_start(film, dcpomatic::ContentTime(2310308));
content[0]->set_trim_end(dcpomatic::ContentTime(116020));
@@ -52,7 +52,7 @@ BOOST_AUTO_TEST_CASE (check_exception_during_flush)
BOOST_AUTO_TEST_CASE (check_exception_with_multiple_video_frames_per_packet)
{
auto content = content_factory(TestPaths::private_data() / "chk.mkv")[0];
- auto film = new_test_film2 ("check_exception_with_multiple_video_frames_per_packet", { content });
+ auto film = new_test_film("check_exception_with_multiple_video_frames_per_packet", { content });
auto player = std::make_shared<Player>(film, film->playlist());
while (!player->pass()) {}