summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-15 00:51:34 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commite182156f75a74457c4452cc3bfe91d778d0d7148 (patch)
tree7c929330d3953a76c801d4ba22bc9936da7c94d2 /src/verify.h
parent7c5237f7f45b85a6030b345cf4542ed4059fa5c9 (diff)
Bv2.1 7.2.2: Check that subtitle languages are the same for all reels.
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 8a049dd5..170aeb8b 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -110,6 +110,8 @@ public:
TIMED_TEXT_FONTS_TOO_LARGE_IN_BYTES,
/** Some SMPTE subtitle XML has no <Language> tag [Bv2.1_7.2.2] */
MISSING_SUBTITLE_LANGUAGE,
+ /** Not all subtitle assets specify the same <Language> tag [Bv2.1_7.2.2] */
+ SUBTITLE_LANGUAGES_DIFFER,
};
VerificationNote (Type type, Code code)