Set AudioDecoder::fast a different way.
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index 6a27d698f5713997c0c0fd4d7e68caec77e8831c..6fa945f84269a5e94b4a5b5a3592b4ff3e66cbe2 100644 (file)
@@ -54,7 +54,7 @@ ffmpeg_decoder_sequential_test_one (boost::filesystem::path file, float fps, int
        film->examine_and_add_content (content);
        wait_for_jobs ();
        shared_ptr<Log> log (new NullLog);
-       shared_ptr<FFmpegDecoder> decoder (new FFmpegDecoder (content, log, false));
+       shared_ptr<FFmpegDecoder> decoder (new FFmpegDecoder (content, log));
 
        BOOST_REQUIRE (decoder->video->_content->video_frame_rate());
        BOOST_CHECK_CLOSE (decoder->video->_content->video_frame_rate().get(), fps, 0.01);