summaryrefslogtreecommitdiff
path: root/src/verify.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-12-16 00:29:19 +0100
committerCarl Hetherington <cth@carlh.net>2025-12-20 01:51:05 +0100
commitf8b7b44ac1ea1e6744026beec57465707b04f07f (patch)
tree357d3a82a502ba366781043d2294d878df13c86f /src/verify.cc
parent9e9a2fdbecac28d8e3fa65469e800fb9634eacf9 (diff)
Fix typo in name 200 -> 2000.
Diffstat (limited to 'src/verify.cc')
-rw-r--r--src/verify.cc2
1 files changed, 1 insertions, 1 deletions
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<string (string)> 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.");