Replace aligned bool with enum Alignment.
[dcpomatic.git] / test / ffmpeg_decoder_sequential_test.cc
index 7d6d547ffc937f20556d791ed254556352222da4..73eea719ff7e7ba37cb027278618d220acfbaf79 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, false);
+       auto player = make_shared<Player>(film, Image::Alignment::COMPACT);
 
        BOOST_REQUIRE (content->video_frame_rate());
        BOOST_CHECK_CLOSE (content->video_frame_rate().get(), fps, 0.01);