From f8b7b44ac1ea1e6744026beec57465707b04f07f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 16 Dec 2025 00:29:19 +0100 Subject: Fix typo in name 200 -> 2000. --- src/verify.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/verify.cc') diff --git a/src/verify.cc b/src/verify.cc index 2f094ebe..a1820cce 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -2117,7 +2117,7 @@ dcp::note_to_string(VerificationNote note, function process_str case VerificationNote::Code::INVALID_JPEG2000_RSIZ_FOR_2K: case VerificationNote::Code::INVALID_JPEG2000_RSIZ_FOR_4K: return compose("The JPEG2000 codestream has an invalid Rsiz (capabilities) value of %1.", note.note().get()); - case VerificationNote::Code::MISSING_JPEG200_TLM_MARKER: + case VerificationNote::Code::MISSING_JPEG2000_TLM_MARKER: return process_string("No TLM marker was found in a JPEG2000 codestream."); case VerificationNote::Code::MISMATCHED_TIMED_TEXT_RESOURCE_ID: return process_string("The Resource ID in a timed text MXF did not match the ID of the contained XML."); -- cgit v1.2.3