A number of unit test fixes.
[dcpomatic.git] / test / player_test.cc
index 0ddb67afcb70b817e718803190cc1ca0aa25ff93..1580d5902e3a4da40e3ad32c7b21593cc5fa16ee 100644 (file)
@@ -92,6 +92,7 @@ BOOST_AUTO_TEST_CASE (player_black_fill_test)
        film->set_name ("black_fill_test");
        film->set_container (Ratio::from_id ("185"));
        film->set_sequence (false);
+       film->set_interop (false);
        shared_ptr<ImageContent> contentA (new ImageContent (film, "test/data/simple_testcard_640x480.png"));
        shared_ptr<ImageContent> contentB (new ImageContent (film, "test/data/simple_testcard_640x480.png"));