summaryrefslogtreecommitdiff
path: root/src/verify.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-09 01:08:14 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commit2c3f7f03e50c6bb618b3f1b321b4ed27788152f9 (patch)
tree2a706a106d16277c7e597921c165812c643a2e27 /src/verify.h
parent730952e63932bd50310cb20c61e78ae0c215e14b (diff)
Bv2.1 6.2.1: Check that subtitle reel <Language> conforms to RFC 5646.
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)