diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-12-09 10:21:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-17 20:13:22 +0100 |
| commit | 0d7a7b85095a5accf5f3666bc1d0a037a5455d0b (patch) | |
| tree | b9083e6d14520830168c074d076bd91641406f90 /src/smpte_subtitle_asset.h | |
| parent | 3187bc1ffbc7bd2716abc99e064b1e6e471b8172 (diff) | |
Bv2.1 6.2.1: Check that subtitle XML <Language> conforms to RFC 5646.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
| -rw-r--r-- | src/smpte_subtitle_asset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h index b66b1ea6..28aecefa 100644 --- a/src/smpte_subtitle_asset.h +++ b/src/smpte_subtitle_asset.h @@ -48,6 +48,8 @@ namespace ASDCP { } } +struct verify_test26; + namespace dcp { class SMPTELoadFontNode; @@ -172,6 +174,7 @@ protected: private: friend struct ::write_smpte_subtitle_test; friend struct ::write_smpte_subtitle_test2; + friend struct ::verify_test26; void read_fonts (std::shared_ptr<ASDCP::TimedText::MXFReader>); void parse_xml (std::shared_ptr<cxml::Document> xml); |
