X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Fskip_frame_test.cc;h=61176a7c62a2dc34a0ffb02f1342a2b23b620619;hb=2e504b33eb9f38cac629ad31b7c107fb0cf5efda;hp=4ac5192f23284d375353adb6c6487cbd4fa02504;hpb=1629bd7df2150156109afbc7a16677cb29e82adf;p=dcpomatic.git diff --git a/test/skip_frame_test.cc b/test/skip_frame_test.cc index 4ac5192f2..61176a7c6 100644 --- a/test/skip_frame_test.cc +++ b/test/skip_frame_test.cc @@ -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 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 ();