summaryrefslogtreecommitdiff
path: root/src/lib/video_mxf_content.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/video_mxf_content.h')
-rw-r--r--src/lib/video_mxf_content.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_mxf_content.h b/src/lib/video_mxf_content.h
index 0def6008c..4c2d051b0 100644
--- a/src/lib/video_mxf_content.h
+++ b/src/lib/video_mxf_content.h
@@ -36,7 +36,7 @@ public:
return std::dynamic_pointer_cast<const VideoMXFContent>(Content::shared_from_this());
}
- void examine (std::shared_ptr<const Film> film, std::shared_ptr<Job> job) override;
+ void examine(std::shared_ptr<const Film> film, std::shared_ptr<Job> job, bool tolerant) override;
std::string summary () const override;
std::string technical_summary () const override;
std::string identifier () const override;