Take Film pointer out of Content.
[dcpomatic.git] / test / 4k_test.cc
index e6e2cc7ce3a2401c848d328434cd2368dee18fda..da3fdf0201da913c676dae7eb4e7e2901493f3c6 100644 (file)
@@ -41,7 +41,7 @@ BOOST_AUTO_TEST_CASE (fourk_test)
 {
        shared_ptr<Film> film = new_test_film ("4k_test");
        film->set_name ("4k_test");
-       shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/test.mp4"));
+       shared_ptr<FFmpegContent> c (new FFmpegContent("test/data/test.mp4"));
        film->set_resolution (RESOLUTION_4K);
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("FTR"));
        film->set_container (Ratio::from_id ("185"));