Use SRC_LINEAR for speed when analysing audio (#685).
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index ce799bb24dc5c1175bf20497415ab3b965f3cff9..22ab61624e3c21bbeecc83c2195700bfe01b31be 100644 (file)
@@ -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);