summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2021-01-18 17:06:23 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-18 17:06:23 +0100
commitb2e68c20550fce629d9ebaf1fca5244d1e2ca517 (patch)
tree70ec866c91e440d82cd885e723f8bf0afb9ec137 /src/verify.h
parent36310b78f8fd84554f2c87dc513bd04efe0fd69a (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.h4
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)