Noisy change to get film into AudioContent::modify_trim_start().
[dcpomatic.git] / src / lib / image_content.cc
index d8f482a3b3bcc63c38dac6264b86910cf0bfe8bc..1415fef2448fc5ad6ab1f5e033c7a35dfdc856c6 100644 (file)
@@ -136,7 +136,7 @@ ImageContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job)
        Content::examine (film, job);
 
        auto examiner = make_shared<ImageExaminer>(film, shared_from_this(), job);
-       video->take_from_examiner (examiner);
+       video->take_from_examiner(film, examiner);
        set_default_colour_conversion ();
 }