summaryrefslogtreecommitdiff
path: root/test/scaling_test.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2018-02-02 21:23:03 +0000
committerCarl Hetherington <cth@carlh.net>2018-02-02 21:23:03 +0000
commit308fb04d15cecb471c8c04db40d2979810efefe3 (patch)
tree16ccb47c3e0886d406ba6f70ad16d7403d0a809b /test/scaling_test.cc
parent9aec1f8069ab8d08d79e0021157d85991de6535e (diff)
Fix incorrect test subtitle gathering; fix a few missing standard-setting calls.
Diffstat (limited to 'test/scaling_test.cc')
-rw-r--r--test/scaling_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/scaling_test.cc b/test/scaling_test.cc
index 13276977d..ed0461005 100644
--- a/test/scaling_test.cc
+++ b/test/scaling_test.cc
@@ -38,6 +38,7 @@ static void scaling_test_for (shared_ptr<Film> film, shared_ptr<Content> content
{
content->video->set_scale (VideoContentScale (Ratio::from_id (image)));
film->set_container (Ratio::from_id (container));
+ film->set_interop (false);
film->make_dcp ();
wait_for_jobs ();