From 2c3f7f03e50c6bb618b3f1b321b4ed27788152f9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 9 Dec 2020 01:08:14 +0100 Subject: Bv2.1 6.2.1: Check that subtitle reel conforms to RFC 5646. --- src/verify.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/verify.h') 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) -- cgit v1.2.3