summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-03-07 22:00:06 +0100
committerCarl Hetherington <cth@carlh.net>2022-03-07 22:00:06 +0100
commit8cfa594156923c51a23c64375800ed950fcad16e (patch)
tree5e0aee9f1a83a80e90cde27ae5df83fcef30b369 /src/verify.h
parent03a4fab49fd5a0b3c4b82ee174501b650db78d80 (diff)
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
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)