From 2915c4f48129a4cac2c8ca364b09dd8047364aad Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 18 Jan 2021 00:27:34 +0100 Subject: Bv2.1 8.5: FFOC and LFOC should be present and have particular values. --- src/verify.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/verify.h') diff --git a/src/verify.h b/src/verify.h index 5fb46a1b..05a49417 100644 --- a/src/verify.h +++ b/src/verify.h @@ -157,6 +157,14 @@ public: MISSING_FFEC_IN_FEATURE, /** If ContentKind is Feature there must be a FFMC marker */ MISSING_FFMC_IN_FEATURE, + /** There should be a FFOC */ + MISSING_FFOC, + /** There should be a LFOC */ + MISSING_LFOC, + /** The FFOC should be 1 */ + INCORRECT_FFOC, + /** The LFOC should be the last frame in the reel */ + INCORRECT_LFOC, }; VerificationNote (Type type, Code code) -- cgit v1.2.3