diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-16 00:29:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-20 01:51:05 +0100 |
| commit | f8b7b44ac1ea1e6744026beec57465707b04f07f (patch) | |
| tree | 357d3a82a502ba366781043d2294d878df13c86f /src/verify.h | |
| parent | 9e9a2fdbecac28d8e3fa65469e800fb9634eacf9 (diff) | |
Fix typo in name 200 -> 2000.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h index 6499f815..a9ebfb44 100644 --- a/src/verify.h +++ b/src/verify.h @@ -413,7 +413,7 @@ public: /** Invalid Rsiz (capabilities) value in 4K JPEG2000 stream */ INVALID_JPEG2000_RSIZ_FOR_4K, /** No TLM marker was found [Bv2.1_10.2.1] */ - MISSING_JPEG200_TLM_MARKER, + MISSING_JPEG2000_TLM_MARKER, /** The MXF _ResourceID_ of a timed text resource was not the same as that of the contained XML essence [Bv2.1_10.4.3] */ MISMATCHED_TIMED_TEXT_RESOURCE_ID, /** The AssetID of a timed text MXF is the same as its _ResourceID_ or that of the contained XML essence [Bv2.1_10.4.2] */ |
