diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-03 10:12:35 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-03 10:12:35 +0000 |
| commit | c008066160d85b9ec9e5485375d7baaa5d27bda2 (patch) | |
| tree | cf2876d69549119bf22761c5f6eccb568242b647 /test/black_fill_test.cc | |
| parent | 996fa2194581bf95113b9778849654893c414889 (diff) | |
Hand-apply 6a3cd511559433554ab40ed72ff94b7d8dc2c5bd from master;
Basics of an image sequence dialog that asks about frame rate and
digest calculation.
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 5981552d1..99e0870b1 100644 --- a/test/black_fill_test.cc +++ b/test/black_fill_test.cc @@ -40,8 +40,8 @@ BOOST_AUTO_TEST_CASE (black_fill_test) shared_ptr<ImageContent> contentA (new ImageContent (film, "test/data/simple_testcard_640x480.png")); shared_ptr<ImageContent> contentB (new ImageContent (film, "test/data/simple_testcard_640x480.png")); - film->examine_and_add_content (contentA); - film->examine_and_add_content (contentB); + film->examine_and_add_content (contentA, true); + film->examine_and_add_content (contentB, true); wait_for_jobs (); contentA->set_scale (VideoContentScale (Ratio::from_id ("185"))); |
