summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2022-12-31 22:47:05 +0100
committerCarl Hetherington <cth@carlh.net>2023-01-07 22:44:55 +0100
commite795a038d60e46d1241ea0be2ff44c75ef5b45b9 (patch)
tree7d1bba7396895a344b24a0561648fb7715c6c0ae /src/verify.h
parent8e9b90530a743e2e981e35859bfe5fb42f465e6b (diff)
Check for multiple asset IDs in a PKL during verify.
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index 5e2c3c1f..d565abfa 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -401,6 +401,11 @@ public:
* file contains the CPL filename
*/
INVALID_MAIN_PICTURE_ACTIVE_AREA,
+ /** A PKL has more than one asset with the same ID
+ * note contains the PKL ID
+ * file contains the PKL filename
+ */
+ DUPLICATE_ASSET_ID_IN_PKL
};
VerificationNote (Type type, Code code)