diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-18 17:06:23 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-18 17:06:23 +0100 |
| commit | b2e68c20550fce629d9ebaf1fca5244d1e2ca517 (patch) | |
| tree | 70ec866c91e440d82cd885e723f8bf0afb9ec137 /src/verify.h | |
| parent | 36310b78f8fd84554f2c87dc513bd04efe0fd69a (diff) | |
Bv2.1 8.6.3: <ExtensionMetadata> must be present and have precise contents.
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h index 65095a8f..60100435 100644 --- a/src/verify.h +++ b/src/verify.h @@ -169,6 +169,10 @@ public: MISSING_CPL_METADATA, /** CPL metadata should contain <VersionNumber> of 1, at least */ MISSING_CPL_METADATA_VERSION_NUMBER, + /** There must be an <ExtensionMetadata> in <CompositionMetadataAsset> Bv2.1_8.6.3 */ + MISSING_EXTENSION_METADATA, + /** <ExtensionMetadata> must have a particular form Bv2.1_8.6.3 */ + INVALID_EXTENSION_METADATA, }; VerificationNote (Type type, Code code) |
