X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=test%2Frepeat_frame_test.cc;h=1d19d269e314b2a448ab31dbbfcf73ceea9eaf1c;hb=59e769023c392c332331567a1aea94660002c463;hp=d312ae7edeaa6e9b85448f9d7f7a4ef0a1fc4f57;hpb=c008066160d85b9ec9e5485375d7baaa5d27bda2;p=dcpomatic.git diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index d312ae7ed..1d19d269e 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -40,7 +40,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) film->set_container (Ratio::from_id ("185")); film->set_dcp_content_type (DCPContentType::from_pretty_name ("Test")); shared_ptr c (new FFmpegContent (film, "test/data/red_24.mp4")); - film->examine_and_add_content (c, true); + film->examine_and_add_content (c); wait_for_jobs ();