From ec02427b46e95fa2a63ad680e0a9787f2d306305 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 12 Apr 2025 22:42:32 +0200 Subject: Bump libdcp for very invalid subtitle duration checks. --- src/wx/verify_dcp_result_panel.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/wx/verify_dcp_result_panel.cc b/src/wx/verify_dcp_result_panel.cc index 13ea02091..07ae65e84 100644 --- a/src/wx/verify_dcp_result_panel.cc +++ b/src/wx/verify_dcp_result_panel.cc @@ -361,6 +361,9 @@ VerifyDCPResultPanel::add(shared_ptr job, bool many) add(i.second, _("The first subtitle or closed caption happens before 4s into the first reel.")); break; case dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION: + add(i.second, _("At least one subtitle has zero or negative duration.")); + break; + case dcp::VerificationNote::Code::INVALID_SUBTITLE_DURATION_BV21: add(i.second, _("At least one subtitle lasts less than 15 frames.")); break; case dcp::VerificationNote::Code::INVALID_SUBTITLE_SPACING: -- cgit v1.2.3