summaryrefslogtreecommitdiff
path: root/test/ffmpeg_decoder_sequential_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-09-09 22:00:09 +0100
committerCarl Hetherington <cth@carlh.net>2015-09-09 22:00:09 +0100
commit43494601da412259814fdb1345950329cc4aa849 (patch)
tree4c7d5fb8038998753862bab0b7192109786996de /test/ffmpeg_decoder_sequential_test.cc
parent70aaee5bb3fd57ae749357b72f7afb655fd643e6 (diff)
parentcb3d1d6eda4c798263e86c60c571fbfbeb025acd (diff)
Merge branch '2.0' of ssh://git.carlh.net/home/carl/git/dcpomatic2 into 2.0
Diffstat (limited to 'test/ffmpeg_decoder_sequential_test.cc')
-rw-r--r--test/ffmpeg_decoder_sequential_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ffmpeg_decoder_sequential_test.cc b/test/ffmpeg_decoder_sequential_test.cc
index ce799bb24..22ab61624 100644
--- a/test/ffmpeg_decoder_sequential_test.cc
+++ b/test/ffmpeg_decoder_sequential_test.cc
@@ -50,7 +50,7 @@ test (boost::filesystem::path file, float fps, int gaps)
film->examine_and_add_content (content);
wait_for_jobs ();
shared_ptr<Log> log (new NullLog);
- shared_ptr<FFmpegDecoder> decoder (new FFmpegDecoder (content, log));
+ shared_ptr<FFmpegDecoder> decoder (new FFmpegDecoder (content, log, false));
BOOST_CHECK_CLOSE (decoder->video_content()->video_frame_rate(), fps, 0.01);