Replace aligned bool with enum Alignment.
[dcpomatic.git] / src / tools / server_test.cc
index e32fd327e7a877cd3459379e1ad35d5b951b5fac..ff3295599da1ca4e905cd922cbfd4b18d49d1dcc 100644 (file)
@@ -155,7 +155,7 @@ main (int argc, char* argv[])
                film = make_shared<Film>(film_dir);
                film->read_metadata ();
 
-               auto player = make_shared<Player>(film, false);
+               auto player = make_shared<Player>(film, Image::Alignment::COMPACT);
                player->Video.connect (bind(&process_video, _1));
                while (!player->pass ()) {}
        } catch (std::exception& e) {