summaryrefslogtreecommitdiff
path: root/test/scaling_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-03-04 20:27:27 +0000
committerCarl Hetherington <cth@carlh.net>2014-03-04 20:27:27 +0000
commita79d78d8bb6d51f6662f1f63b9f8fd19e1a0c5f1 (patch)
tree4b696815a80903ade7df8eccec23160b97e5ee05 /test/scaling_test.cc
parent1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33 (diff)
parent5f66a692647fc901f7dca709ad08c65010bd84e7 (diff)
Merge master.
Diffstat (limited to 'test/scaling_test.cc')
-rw-r--r--test/scaling_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaling_test.cc b/test/scaling_test.cc
index 7002019dd..bf8da8aac 100644
--- a/test/scaling_test.cc
+++ b/test/scaling_test.cc
@@ -33,7 +33,7 @@ using boost::shared_ptr;
static void scaling_test_for (shared_ptr<Film> film, shared_ptr<VideoContent> content, string image, string container)
{
- content->set_ratio (Ratio::from_id (image));
+ content->set_scale (VideoContentScale (Ratio::from_id (image)));
film->set_container (Ratio::from_id (container));
film->make_dcp ();