summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-08-10 02:10:49 +0200
committerCarl Hetherington <cth@carlh.net>2021-08-11 23:35:46 +0200
commitc259338463b394e61504ff0e232b0ba102c1eda2 (patch)
treec2ef8349a741f579e6aa57fccdb875354576ae9d /src/verify.h
parent4f9802e8a7225fc1b3db105b45e3688a64af3588 (diff)
Add verify check for empty <Text> nodes in timed text.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index c0491422..045c12c2 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -381,6 +381,8 @@ public:
MISMATCHED_TIMED_TEXT_DURATION,
/** Something could not be verified because content is encrypted and no key is available */
MISSED_CHECK_OF_ENCRYPTED,
+ /** Some timed-text XML has an empty <Text> node */
+ EMPTY_TEXT
};
VerificationNote (Type type, Code code)