diff options
Diffstat (limited to 'src/lib/video_mxf_content.cc')
| -rw-r--r-- | src/lib/video_mxf_content.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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<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 (); } |
