Merge master.
[dcpomatic.git] / test / skip_frame_test.cc
index 4ac5192f23284d375353adb6c6487cbd4fa02504..61176a7c62a2dc34a0ffb02f1342a2b23b620619 100644 (file)
@@ -36,7 +36,7 @@ BOOST_AUTO_TEST_CASE (skip_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/count300bd48.m2ts"));
-       c->set_ratio (Ratio::from_id ("185"));
+       c->set_scale (VideoContentScale (Ratio::from_id ("185")));
        film->examine_and_add_content (c);
 
        wait_for_jobs ();