summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-05-31 01:36:49 +0200
committerCarl Hetherington <cth@carlh.net>2023-06-02 21:06:56 +0200
commitd4d74faf2270f423235a5db47e9b48a17acdf970 (patch)
treea87a2af8667ec61f4a7f9d701f23ed2f03019daa /src/verify.h
parent056e3a4a7b41d4f78b73d46bba1973c5f1ffa139 (diff)
Verify error if SMPTE subtitle asset has <Text> but no <LoadFont>.v1.8.73
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)