summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2019-12-06 16:37:17 +0100
committerCarl Hetherington <cth@carlh.net>2019-12-22 01:21:00 +0100
commite975e945a5520654db949324de7992ea70d442ee (patch)
tree756e139ca04b38520ac10ccf2089d78e010446a6 /src/verify.h
parent87567d63d23360a2f0570b96a136d2100094b31b (diff)
Check for badly-formed CPL <Id>
Diffstat (limited to 'src/verify.h')
-rw-r--r--src/verify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/verify.h b/src/verify.h
index e219c6ec..1403797c 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -75,6 +75,8 @@ public:
MISSING_ASSET,
/** The DCP contains both SMPTE and Interop-standard components */
MISMATCHED_STANDARD,
+ /** A urn:uuid ID is badly formed */
+ BAD_URN_UUID,
};
VerificationNote (Type type, Code code)