diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 8644ab15..8a75dfa3 100644 --- a/src/verify.h +++ b/src/verify.h @@ -406,6 +406,10 @@ public: * note contains the number of tile parts */ INVALID_JPEG2000_TILE_PARTS_FOR_4K, + /** Invalid Rsiz (capabilities) value in 2K JPEG2000 stream */ + INVALID_JPEG2000_RSIZ_FOR_2K, + /** 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, /** The MXF _ResourceID_ of a timed text resource was not the same as that of the contained XML essence [Bv2.1_10.4.3] */ |
