diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-09 01:08:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 2c3f7f03e50c6bb618b3f1b321b4ed27788152f9 (patch) | |
| tree | 2a706a106d16277c7e597921c165812c643a2e27 /src/verify.h | |
| parent | 730952e63932bd50310cb20c61e78ae0c215e14b (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.h | 2 |
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) |
