From 385635f00d39822389adbc99a2d5bdd992f16432 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 20 Jan 2025 00:31:32 +0100 Subject: Pass tolerant flag into Content::examine() and the ExamineContentJob. Along the way this helps to fix #2942. --- src/lib/dcp_subtitle_content.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/dcp_subtitle_content.cc') diff --git a/src/lib/dcp_subtitle_content.cc b/src/lib/dcp_subtitle_content.cc index 21c1b4de9..21159fcac 100644 --- a/src/lib/dcp_subtitle_content.cc +++ b/src/lib/dcp_subtitle_content.cc @@ -57,9 +57,9 @@ DCPSubtitleContent::DCPSubtitleContent(cxml::ConstNodePtr node, boost::optional< } void -DCPSubtitleContent::examine (shared_ptr film, shared_ptr job) +DCPSubtitleContent::examine(shared_ptr film, shared_ptr job, bool tolerant) { - Content::examine (film, job); + Content::examine(film, job, tolerant); auto subtitle_asset = load(path(0)); -- cgit v1.2.3