X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_content.cc;h=9adca5a2da33d40d91f5312f5ccb9918df006206;hb=5799460dc38bafa1da1ce9f7bf43621d3fadf442;hp=c6165172adf96995c6f76264c09da871d0300947;hpb=aaf6845e130ac208cee524536b67c54bd1ce8ed9;p=dcpomatic.git diff --git a/src/lib/video_mxf_content.cc b/src/lib/video_mxf_content.cc index c6165172a..9adca5a2d 100644 --- a/src/lib/video_mxf_content.cc +++ b/src/lib/video_mxf_content.cc @@ -94,7 +94,7 @@ VideoMXFContent::examine (shared_ptr film, shared_ptr job) video.reset (new VideoContent (this)); auto examiner = make_shared(shared_from_this()); - video->take_from_examiner (examiner); + video->take_from_examiner(film, examiner); video->unset_colour_conversion (); }