summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-17 22:25:59 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 22:26:33 +0100
commit50033becbec6e0991585f89ed9a38c9d029de61d (patch)
tree01881592593ee8e8aeec3c92c6bbb133d50d06d4 /src/verify.h
parent7a6d7724348efb76f12e8dfd03ebc2d16120de50 (diff)
Bv2.1 8.5: Features must have FFEC/FFMC markers.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 5ba029c9..5fb46a1b 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -153,6 +153,10 @@ public:
CLOSED_CAPTION_ENTRY_POINT_NON_ZERO,
/** <Hash> must be present for assets in CPLs */
MISSING_HASH,
+ /** If ContentKind is Feature there must be a FFEC marker */
+ MISSING_FFEC_IN_FEATURE,
+ /** If ContentKind is Feature there must be a FFMC marker */
+ MISSING_FFMC_IN_FEATURE,
};
VerificationNote (Type type, Code code)