From 0c3fc9e8b33494a920c89da935a100fa7307939c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 29 Mar 2026 23:51:51 +0200 Subject: INVALID_JPEG2000_CODESTREAM: note -> error. --- 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 4e40cfa5..abc447de 100644 --- a/src/verify.cc +++ b/src/verify.cc @@ -2122,7 +2122,7 @@ dcp::note_to_string(VerificationNote note, function process_str "Frame %1 (timecode %2) has an invalid JPEG2000 codestream (%3).", note.frame().get(), dcp::Time(note.frame().get(), note.frame_rate()->as_float(), note.frame_rate()->numerator).as_string(dcp::Standard::SMPTE), - note.note().get() + *note.error() ); case VerificationNote::Code::INVALID_JPEG2000_GUARD_BITS_FOR_2K: return compose("The JPEG2000 codestream uses %1 guard bits in a 2K image instead of 1.", note.note().get()); -- cgit v1.2.3