X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Frepeat_frame_test.cc;h=2e325af25a102f12aead78ba9c9570c14b7ad611;hb=e60bb3e51bd1508b149e6b8f6608f09b5196ae26;hp=1d19d269e314b2a448ab31dbbfcf73ceea9eaf1c;hpb=59e769023c392c332331567a1aea94660002c463;p=dcpomatic.git diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 1d19d269e..2e325af25 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -45,11 +45,12 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) wait_for_jobs (); c->set_scale (VideoContentScale (Ratio::from_id ("185"))); - + film->set_video_frame_rate (48); film->make_dcp (); wait_for_jobs (); + /* Should be 32 frames of red */ check_dcp ("test/data/repeat_frame_test", film->dir (film->dcp_name ())); }