summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-09-25 02:10:44 +0200
committerCarl Hetherington <cth@carlh.net>2024-09-25 02:10:44 +0200
commitc0418f2a763407424d986c82ed147fbeaa2d9416 (patch)
treed59c1e80a82b5d25d1f48bbfe4790126ba865077 /src/verify.h
parent540b9948e4a2fd4e52a2b29ed2089a0dc61d4cc6 (diff)
parent152266f6e65451a03521eb04b6a406b6e309e17a (diff)
Merge remote-tracking branch 'origin/main' into v1.9.xv1.9.22
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/verify.h b/src/verify.h
index 01ea0efe..16323261 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -506,7 +506,12 @@ public:
/** A SMPTE CPL does not contain a _<ContentVersion>_ tag
* file contains the CPL filename
*/
- MISSING_CPL_CONTENT_VERSION
+ MISSING_CPL_CONTENT_VERSION,
+ /** The PKL namespace is not valid.
+ * note contains the invalid namespace
+ * file contains the PKL filename
+ */
+ INVALID_PKL_NAMESPACE
};
VerificationNote (Type type, Code code)