diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-15 00:51:34 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | e182156f75a74457c4452cc3bfe91d778d0d7148 (patch) | |
| tree | 7c929330d3953a76c801d4ba22bc9936da7c94d2 /src/verify.h | |
| parent | 7c5237f7f45b85a6030b345cf4542ed4059fa5c9 (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.h | 2 |
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) |
