Mostly-merge master.
[dcpomatic.git] / test / repeat_frame_test.cc
index 73b9ad615519d2a72fbfd9e934c1d2bd2b9d544a..6cedf91795e8d7196d6f2b8b365fc7e7a4a5aa91 100644 (file)
@@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test)
        film->set_container (Ratio::from_id ("185"));
        film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test"));
        shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/red_24.mp4"));
-       c->set_ratio (Ratio::from_id ("185"));
+       c->set_scale (VideoContentScale (Ratio::from_id ("185")));
        film->examine_and_add_content (c);
 
        wait_for_jobs ();