diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-13 23:49:48 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 9592b7f0e6cb6d9bc88afe11c64665c45b5bbeed (patch) | |
| tree | 40d0886d22d3c25cbc987fd0cbe75fab0257ae40 /src/verify.h | |
| parent | f423e80a1832644be0a4ccb5ea999be324cb344f (diff) | |
Bv2.1 7.2.1: Check total size of all timed text fonts is not larger than 10MB.
I'm not sure if this is what Bv2.1 means, but hopefully it's close
enough.
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 3b5dafac..c30718eb 100644 --- a/src/verify.h +++ b/src/verify.h @@ -106,6 +106,8 @@ public: CLOSED_CAPTION_XML_TOO_LARGE_IN_BYTES, /** Any timed text asset's total files is larger than 115MB [Bv2.1_7.2.1] */ TIMED_TEXT_ASSET_TOO_LARGE_IN_BYTES, + /** The total size of all a timed text asset's fonts is larger than 10MB [Bv2.1_7.2.1] */ + TIMED_TEXT_FONTS_TOO_LARGE_IN_BYTES, }; VerificationNote (Type type, Code code) |
