Take Film pointer out of Content.
[dcpomatic.git] / test / audio_processor_test.cc
index de212f611352abf7ba51de08d1ed8a1f9fe08231..9c790833ca904dcd33a7bb7b390dfa69b9286532 100644 (file)
@@ -39,7 +39,7 @@ BOOST_AUTO_TEST_CASE (audio_processor_test)
 {
        shared_ptr<Film> film = new_test_film ("audio_processor_test");
        film->set_name ("audio_processor_test");
-       shared_ptr<FFmpegContent> c (new FFmpegContent (film, "test/data/white.wav"));
+       shared_ptr<FFmpegContent> c (new FFmpegContent("test/data/white.wav"));
        film->examine_and_add_content (c);
        wait_for_jobs ();