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/reel_closed_caption_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/reel_closed_caption_asset.h')
| -rw-r--r-- | src/reel_closed_caption_asset.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/reel_closed_caption_asset.h b/src/reel_closed_caption_asset.h index 47645a8f..25f1f569 100644 --- a/src/reel_closed_caption_asset.h +++ b/src/reel_closed_caption_asset.h @@ -43,6 +43,10 @@ #include "reel_asset.h" #include "reel_mxf.h" + +struct verify_invalid_closed_caption_languages; + + namespace dcp { class SubtitleAsset; @@ -76,6 +80,8 @@ public: } private: + friend struct ::verify_invalid_closed_caption_languages; + std::string key_type () const; std::string cpl_node_name (Standard standard) const; std::pair<std::string, std::string> cpl_node_namespace (Standard standard) const; |
