diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-15 22:56:38 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:23 +0100 |
| commit | 2fecea3b47ab64a8b8580b9d186d05c18ae0e29c (patch) | |
| tree | acf1969ba8f7c6be14e09aafa0801f00bc395bc7 /src/verify.h | |
| parent | 9a6cf0df676175022f7d0cade7919153207b7910 (diff) | |
Bv2.1 8.4 We must have <Hash>es
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 <EntryPoint> must be zero Bv2.1_8.3.2 */ CLOSED_CAPTION_ENTRY_POINT_NON_ZERO, + /** <Hash> must be present for assets in CPLs */ + MISSING_HASH, }; VerificationNote (Type type, Code code) |
