summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-13 23:03:22 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commitf423e80a1832644be0a4ccb5ea999be324cb344f (patch)
tree0fe5e832604d5f2bc6ce40fcd31c0ee17970ee3a /src/verify.h
parent61ae69d6e8e105adc4bff1dadbbbf100dc5ab7eb (diff)
Bv2.1 7.2.1: Check size of timed text asset is not larger than 115MB.
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 24c19b2b..3b5dafac 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -104,6 +104,8 @@ public:
PICTURE_ASSET_4K_3D,
/** A closed caption's XML file is larger than 256KB [Bv2.1_7.2.1] */
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,
};
VerificationNote (Type type, Code code)