summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
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 0140066e..8eb5aa12 100644
--- a/src/verify.h
+++ b/src/verify.h
@@ -92,6 +92,8 @@ public:
EXTERNAL_ASSET,
/** DCP is Interop, not SMPTE [Bv2.1_6.1] */
NOT_SMPTE,
+ /** A language or territory does not conform to RFC 5646 [Bv2.1_6.2.1] */
+ BAD_LANGUAGE,
};
VerificationNote (Type type, Code code)