Cleanup: using sorting.
[dcpomatic.git] / src / lib / video_mxf_content.cc
index c6165172adf96995c6f76264c09da871d0300947..9adca5a2da33d40d91f5312f5ccb9918df006206 100644 (file)
@@ -94,7 +94,7 @@ VideoMXFContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job)
 
        video.reset (new VideoContent (this));
        auto examiner = make_shared<VideoMXFExaminer>(shared_from_this());
-       video->take_from_examiner (examiner);
+       video->take_from_examiner(film, examiner);
        video->unset_colour_conversion ();
 }