X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;ds=inline;f=test%2Frepeat_frame_test.cc;h=fd64ba018cbf47746798220f5438de28d9b17c5b;hb=a57717d54c34096d80a467ad78e9fdcecca70b2c;hp=24075991cad5a2b0e124c708aab6e7bb82d19103;hpb=11122fe7ba99b7b6a0cd4c62ab9a226cce3b9f4e;p=dcpomatic.git diff --git a/test/repeat_frame_test.cc b/test/repeat_frame_test.cc index 24075991c..fd64ba018 100644 --- a/test/repeat_frame_test.cc +++ b/test/repeat_frame_test.cc @@ -42,6 +42,7 @@ BOOST_AUTO_TEST_CASE (repeat_frame_test) film->set_name ("repeat_frame_test"); film->set_container (Ratio::from_id ("185")); film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST")); + film->set_interop (false); shared_ptr c (new FFmpegContent (film, "test/data/red_24.mp4")); film->examine_and_add_content (c);