summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/4k_test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/4k_test.cc b/test/4k_test.cc
index 9ad2dfb58..db6e4f62f 100644
--- a/test/4k_test.cc
+++ b/test/4k_test.cc
@@ -38,13 +38,14 @@ BOOST_AUTO_TEST_CASE (fourk_test)
shared_ptr<Film> film = new_test_film ("4k_test");
film->set_name ("4k_test");
shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/test.mp4"));
- c->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
film->set_resolution (RESOLUTION_4K);
film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
film->set_container (Ratio::from_id ("185"));
film->examine_and_add_content (c);
wait_for_jobs ();
+ c->video->set_scale (VideoContentScale (Ratio::from_id ("185")));
+
film->make_dcp ();
wait_for_jobs ();