From 2fecea3b47ab64a8b8580b9d186d05c18ae0e29c Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 15 Jan 2021 22:56:38 +0100 Subject: Bv2.1 8.4 We must have es --- src/verify.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/verify.h') diff --git a/src/verify.h b/src/verify.h index 917d5e53..5ba029c9 100644 --- a/src/verify.h +++ b/src/verify.h @@ -151,6 +151,8 @@ public: MISSING_CLOSED_CAPTION_ENTRY_POINT, /** Closed caption MainSubtitle must be zero Bv2.1_8.3.2 */ CLOSED_CAPTION_ENTRY_POINT_NON_ZERO, + /** must be present for assets in CPLs */ + MISSING_HASH, }; VerificationNote (Type type, Code code) -- cgit v1.2.3