summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
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 a282d328..0474dca2 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -453,6 +453,10 @@ public:
* id contains the ID of the <Font> tag.
*/
MISSING_LOAD_FONT_FOR_FONT,
+ /** A SMPTE subtitle asset has at least one <Text> element but no <LoadFont>
+ * id contains the ID of the subtitle asset.
+ */
+ MISSING_LOAD_FONT
};
VerificationNote (Type type, Code code)