Use 24fps for a test.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Dec 2017 01:10:30 +0000 (01:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Dec 2017 01:10:30 +0000 (01:10 +0000)
test/reels_test.cc

index db1d7e5c6544e5bfc4dbfd1d8e1194074bfe9028..0942c4c2695592ef3380023486ee3bd481d0bbba 100644 (file)
@@ -353,6 +353,7 @@ BOOST_AUTO_TEST_CASE (reels_test9)
        film->examine_and_add_content(A);
        BOOST_REQUIRE(!wait_for_jobs());
        A->video->set_length(5 * 24);
        film->examine_and_add_content(A);
        BOOST_REQUIRE(!wait_for_jobs());
        A->video->set_length(5 * 24);
+       film->set_video_frame_rate(24);
        film->make_dcp();
        BOOST_REQUIRE(!wait_for_jobs());
 
        film->make_dcp();
        BOOST_REQUIRE(!wait_for_jobs());