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 424b29e7..1fd9f5f4 100644 --- a/src/verify.h +++ b/src/verify.h @@ -392,6 +392,10 @@ public: MISMATCHED_CLOSED_CAPTION_VALIGN, /** Some closed captions are not listed in the XML in the order of their vertical position */ INCORRECT_CLOSED_CAPTION_ORDERING, + /** An XML file has an invalid signature + * file contains the XML filename + */ + INVALID_SIGNATURE, }; VerificationNote (Type type, Code code) |
