diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-09 16:27:26 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | f5bd0937a730e9dbb58f955c11df41abc56e89b5 (patch) | |
| tree | 408ce49aee9a923300994f0ffc12c57e23ef8f0e /src/smpte_subtitle_asset.h | |
| parent | 02e0e7febed98d2b9375c7638b61a25003603c9a (diff) | |
Bv2.1 6.2.1: Check that closed caption reel and XML <Language> conform to RFC 5646.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
| -rw-r--r-- | src/smpte_subtitle_asset.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index 28aecefa..6d7019a5 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -48,6 +48,7 @@ namespace ASDCP { } } +struct verify_invalid_closed_caption_languages; struct verify_test26; namespace dcp { @@ -174,6 +175,7 @@ protected: private: friend struct ::write_smpte_subtitle_test; friend struct ::write_smpte_subtitle_test2; + friend struct ::verify_invalid_closed_caption_languages; friend struct ::verify_test26; void read_fonts (std::shared_ptr<ASDCP::TimedText::MXFReader>); |
