From 1dc40e9c0e2758619ce5bda802cd32371aee5829 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Jan 2021 00:17:09 +0100 Subject: Bv2.1 8.3.1: MainSubtitles must be in all reels (if they are there at all) and ClosedCaptions must have the same count on all reels. --- src/verify.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/verify.h') diff --git a/src/verify.h b/src/verify.h index 3b2629f9..64232a43 100644 --- a/src/verify.h +++ b/src/verify.h @@ -139,6 +139,10 @@ public: CPL_ANNOTATION_TEXT_DIFFERS_FROM_CONTENT_TITLE_TEXT, /** At least one asset in a reel does not have the same duration as the others */ MISMATCHED_ASSET_DURATION, + /** If one reel has a MainSubtitle, all must have them */ + MAIN_SUBTITLE_NOT_IN_ALL_REELS, + /** If one reel has at least one ClosedCaption, all reels must have the same number of ClosedCaptions */ + CLOSED_CAPTION_ASSET_COUNTS_DIFFER, }; VerificationNote (Type type, Code code) -- cgit v1.2.3