diff options
Diffstat (limited to 'src/verify.h')
| -rw-r--r-- | src/verify.h | 2 |
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) |
