summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-09 01:39:08 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commit3034388f30732db8d748da96ee66fcdde0626c52 (patch)
treefc8de1e5e82832a08958b78e9d656fc3aa79f9b2 /src/verify.h
parent9dcee1cb0ab00ed75c0f56bc9708a01aa358b62b (diff)
Bv2.1 7.2.4: first subtitle should be at least 4s into the DCP.
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 2957654f..f692e867 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -116,6 +116,8 @@ public:
MISSING_SUBTITLE_START_TIME,
/** Some SMPTE subtitle XML has a non-zero <StartTime> tag [Bv2.1_7.2.3] */
SUBTITLE_START_TIME_NON_ZERO,
+ /** The first subtitle or closed caption happens before 4s into the first reel [Bv2.1_7.2.4] */
+ FIRST_TEXT_TOO_EARLY,
};
VerificationNote (Type type, Code code)