summaryrefslogtreecommitdiff
path: root/test/repeat_frame_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-06 22:01:45 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-06 22:01:45 +0000
commit7e479483826381699915aa90cc26736e3d2c76ed (patch)
tree40ce6ee1a2ec6c726701bf70320931fe2d761c1f /test/repeat_frame_test.cc
parent79ce26d031d109177ba4b0f637fa2960345a37a3 (diff)
Build fixes.
Diffstat (limited to 'test/repeat_frame_test.cc')
-rw-r--r--test/repeat_frame_test.cc2
1 files changed, 1 insertions, 1 deletions
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<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 ();