summaryrefslogtreecommitdiff
path: root/test/ffmpeg_decoder_error_test.cc
diff options
context:
space:
mode:
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 3c9b3457d..2774d0ef4 100644
--- a/test/ffmpeg_decoder_error_test.cc
+++ b/test/ffmpeg_decoder_error_test.cc
@@ -40,7 +40,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);
- content[0]->set_trim_start(dcpomatic::ContentTime(2310308));
+ content[0]->set_trim_start(film, dcpomatic::ContentTime(2310308));
content[0]->set_trim_end(dcpomatic::ContentTime(116020));
make_and_verify_dcp (film);