Take Film pointer out of Content.
[dcpomatic.git] / test / upmixer_a_test.cc
index 651ac7f38da9e2d5dc7ae959a3880643cc18c014..c89d3f29a90c56c6744e0cf4bb59dc0f95e3ada0 100644 (file)
@@ -62,7 +62,7 @@ BOOST_AUTO_TEST_CASE (upmixer_a_test)
        film->set_dcp_content_type (DCPContentType::from_isdcf_name ("TLR"));
        film->set_name ("frobozz");
        film->set_audio_processor (AudioProcessor::from_id ("stereo-5.1-upmix-a"));
-       shared_ptr<FFmpegContent> content (new FFmpegContent (film, "test/data/white.wav"));
+       shared_ptr<FFmpegContent> content (new FFmpegContent ("test/data/white.wav"));
        film->examine_and_add_content (content);
 
        wait_for_jobs ();