diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-02-02 21:56:27 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-02-02 21:56:27 +0000 |
| commit | 1029bec7334fedbd8570cd8bfa5ddf954da8b3ec (patch) | |
| tree | bf1931328f5949eb78ed5cde5be6c7519e7688fc /test/player_test.cc | |
| parent | 308fb04d15cecb471c8c04db40d2979810efefe3 (diff) | |
A number of unit test fixes.
Diffstat (limited to 'test/player_test.cc')
| -rw-r--r-- | test/player_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/player_test.cc b/test/player_test.cc index 0ddb67afc..1580d5902 100644 --- a/test/player_test.cc +++ b/test/player_test.cc @@ -92,6 +92,7 @@ BOOST_AUTO_TEST_CASE (player_black_fill_test) film->set_name ("black_fill_test"); film->set_container (Ratio::from_id ("185")); film->set_sequence (false); + film->set_interop (false); 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")); |
