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/black_fill_test.cc | |
| parent | 1b1bc528ee5ca1fee1bd33f9fb6f79cd551e3b33 (diff) | |
| parent | 5f66a692647fc901f7dca709ad08c65010bd84e7 (diff) | |
Merge master.
Diffstat (limited to 'test/black_fill_test.cc')
| -rw-r--r-- | test/black_fill_test.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/black_fill_test.cc b/test/black_fill_test.cc index 101fe0523..a7e44bdfb 100644 --- a/test/black_fill_test.cc +++ b/test/black_fill_test.cc @@ -38,9 +38,9 @@ BOOST_AUTO_TEST_CASE (black_fill_test) film->set_container (Ratio::from_id ("185")); film->set_sequence_video (false); shared_ptr<ImageContent> contentA (new ImageContent (film, "test/data/simple_testcard_640x480.png")); - contentA->set_ratio (Ratio::from_id ("185")); + contentA->set_scale (VideoContentScale (Ratio::from_id ("185"))); shared_ptr<ImageContent> contentB (new ImageContent (film, "test/data/simple_testcard_640x480.png")); - contentB->set_ratio (Ratio::from_id ("185")); + contentB->set_scale (VideoContentScale (Ratio::from_id ("185"))); film->examine_and_add_content (contentA); film->examine_and_add_content (contentB); |
