summaryrefslogtreecommitdiff
path: root/test/ffmpeg_decoder_error_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-27 23:38:00 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:17 +0100
commit987d5bec15a752bbc3d914035e5ab34d5c9b4efe (patch)
tree7fb367a6a5cd8d1468b2a7065518825073581128 /test/ffmpeg_decoder_error_test.cc
parentedff38985837911f94bc31e4d82099ce1a56f4c8 (diff)
Remove now-unnecessary Film parameters.
Diffstat (limited to 'test/ffmpeg_decoder_error_test.cc')
-rw-r--r--test/ffmpeg_decoder_error_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ffmpeg_decoder_error_test.cc b/test/ffmpeg_decoder_error_test.cc
index 1d3896618..a123a25eb 100644
--- a/test/ffmpeg_decoder_error_test.cc
+++ b/test/ffmpeg_decoder_error_test.cc
@@ -41,7 +41,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_film("check_exception_during_flush", content);
- content[0]->set_trim_start(film, dcpomatic::ContentTime(2310308));
+ content[0]->set_trim_start(dcpomatic::ContentTime(2310308));
content[0]->set_trim_end(dcpomatic::ContentTime(116020));
make_and_verify_dcp (film);