Various alignment adjustments.
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index b2069a8b16b522bd5163a45ebe16d30782997b8d..7d6d547ffc937f20556d791ed254556352222da4 100644 (file)
@@ -75,7 +75,7 @@ ffmpeg_decoder_sequential_test_one (boost::filesystem::path file, float fps, int
        film->examine_and_add_content (content);
        BOOST_REQUIRE (!wait_for_jobs());
        film->write_metadata ();
-       auto player = make_shared<Player>(film);
+       auto player = make_shared<Player>(film, false);
 
        BOOST_REQUIRE (content->video_frame_rate());
        BOOST_CHECK_CLOSE (content->video_frame_rate().get(), fps, 0.01);