Take Film pointer out of Content.
[dcpomatic.git] / test / ffmpeg_audio_only_test.cc
index e3c90cba984e25700189ead6752899142662eeaa..8e2993e9650ebf1d75bbc568762e7d8f3688440d 100644 (file)
@@ -72,7 +72,7 @@ test (boost::filesystem::path file)
        shared_ptr<Film> film = new_test_film ("ffmpeg_audio_only_test");
        film->set_name ("test_film");
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TST"));
-       shared_ptr<FFmpegContent> c (new FFmpegContent (film, file));
+       shared_ptr<FFmpegContent> c (new FFmpegContent(file));
        film->examine_and_add_content (c);
        wait_for_jobs ();
        film->write_metadata ();