diff options
| author | Carl Hetherington <cth@carlh.net> | 2023-02-13 12:34:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2023-02-13 19:06:57 +0100 |
| commit | 2a347807b597ed912406ccebf727bd1af07c556c (patch) | |
| tree | e864abc4f795c4f8018178dc40060bb5f5b9eee6 /src/verify.h | |
| parent | 8b86c990e526e55e273cc408377f13e64a27fb26 (diff) | |
Add a nice note for general MXF errors.bad-mxf
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 77fc28b3..c4ff8001 100644 --- a/src/verify.h +++ b/src/verify.h @@ -331,6 +331,10 @@ public: * note contains details */ INVALID_JPEG2000_CODESTREAM, + /** General error during MXF parsing + * note contains details + */ + INVALID_MXF_CODESTREAM, /** Invalid number of guard bits in a 2K JPEG2000 stream (should be 1) [Bv2.1_10.2.1] * note contains the number of guard bits */ |
