diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-03-04 20:27:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-03-04 20:27:27 +0000 |
| commit | a79d78d8bb6d51f6662f1f63b9f8fd19e1a0c5f1 (patch) | |
| tree | 4b696815a80903ade7df8eccec23160b97e5ee05 /test/scaling_test.cc | |
| parent | 1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33 (diff) | |
| parent | 5f66a692647fc901f7dca709ad08c65010bd84e7 (diff) | |
Merge master.
Diffstat (limited to 'test/scaling_test.cc')
| -rw-r--r-- | test/scaling_test.cc | 2 |
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 (); |
