diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-01-20 00:31:32 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-01-20 20:36:46 +0100 |
| commit | 385635f00d39822389adbc99a2d5bdd992f16432 (patch) | |
| tree | 284ad0ac65988eb102f0f6334701496213cfd7a7 /src/lib/fcpxml_content.h | |
| parent | 0b66748421b751b1863ce86f98ab449c8e8e87fc (diff) | |
Pass tolerant flag into Content::examine() and the ExamineContentJob.
Along the way this helps to fix #2942.
Diffstat (limited to 'src/lib/fcpxml_content.h')
| -rw-r--r-- | src/lib/fcpxml_content.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/fcpxml_content.h b/src/lib/fcpxml_content.h index 701fd6d02..229ac757d 100644 --- a/src/lib/fcpxml_content.h +++ b/src/lib/fcpxml_content.h @@ -41,7 +41,7 @@ public: return std::dynamic_pointer_cast<const FCPXMLContent>(Content::shared_from_this()); } - void examine(std::shared_ptr<const Film> film, std::shared_ptr<Job>) override; + void examine(std::shared_ptr<const Film> film, std::shared_ptr<Job>, bool tolerant) override; std::string summary() const override; std::string technical_summary() const override; void as_xml(xmlpp::Element*, bool with_paths, PathBehaviour path_behaviour, boost::optional<boost::filesystem::path> film_directory) const override; |
