diff options
Diffstat (limited to 'src/lib/video_mxf_content.cc')
| -rw-r--r-- | src/lib/video_mxf_content.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/video_mxf_content.cc b/src/lib/video_mxf_content.cc index ded81e6bf..779344ac1 100644 --- a/src/lib/video_mxf_content.cc +++ b/src/lib/video_mxf_content.cc @@ -87,11 +87,11 @@ VideoMXFContent::valid_mxf (boost::filesystem::path path) void -VideoMXFContent::examine (shared_ptr<const Film> film, shared_ptr<Job> job) +VideoMXFContent::examine(shared_ptr<const Film> film, shared_ptr<Job> job, bool tolerant) { job->set_progress_unknown (); - Content::examine (film, job); + Content::examine(film, job, tolerant); video.reset (new VideoContent (this)); auto examiner = make_shared<VideoMXFExaminer>(shared_from_this()); |
