X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fvideo_mxf_content.cc;h=9adca5a2da33d40d91f5312f5ccb9918df006206;hb=bf471e4e6d2502bb3b4e2eb4b1309d87e1003070;hp=c7ee69d8932c647b62835ef5d12b5a82ab0ea391;hpb=689fa55d1529ad88449ca464e9107c4dcc54d1cb;p=dcpomatic.git diff --git a/src/lib/video_mxf_content.cc b/src/lib/video_mxf_content.cc index c7ee69d89..9adca5a2d 100644 --- a/src/lib/video_mxf_content.cc +++ b/src/lib/video_mxf_content.cc @@ -51,7 +51,7 @@ VideoMXFContent::VideoMXFContent (boost::filesystem::path path) VideoMXFContent::VideoMXFContent (cxml::ConstNodePtr node, int version) : Content (node) { - video = VideoContent::from_xml (this, node, version); + video = VideoContent::from_xml (this, node, version, VideoRange::FULL); } @@ -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 (); }