Take Film pointer out of Content.
[dcpomatic.git] / test / skip_frame_test.cc
index fdea35849eafdf21c156b575afe7c1241ec634b1..6c08291e117e81df02825b2022d49250f130a683 100644 (file)
@@ -43,7 +43,7 @@ BOOST_AUTO_TEST_CASE (skip_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<FFmpegContent> c (new FFmpegContent (film, "test/data/count300bd48.m2ts"));
+       shared_ptr<FFmpegContent> c (new FFmpegContent("test/data/count300bd48.m2ts"));
        film->examine_and_add_content (c);
 
        wait_for_jobs ();