From 7e479483826381699915aa90cc26736e3d2c76ed Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Thu, 6 Mar 2014 22:01:45 +0000 Subject: Build fixes. --- test/repeat_frame_test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/repeat_frame_test.cc') diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 73b9ad615..6cedf9179 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -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 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 (); -- cgit v1.2.3