From 8cfa594156923c51a23c64375800ed950fcad16e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 7 Mar 2022 22:00:06 +0100 Subject: wip --- src/verify.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/verify.h') 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) -- cgit v1.2.3