summaryrefslogtreecommitdiff
path: root/src/reel_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-12-09 01:08:14 +0100
committerCarl Hetherington <cth@carlh.net>2021-01-17 20:13:22 +0100
commit2c3f7f03e50c6bb618b3f1b321b4ed27788152f9 (patch)
tree2a706a106d16277c7e597921c165812c643a2e27 /src/reel_subtitle_asset.h
parent730952e63932bd50310cb20c61e78ae0c215e14b (diff)
Bv2.1 6.2.1: Check that subtitle reel <Language> conforms to RFC 5646.
Diffstat (limited to 'src/reel_subtitle_asset.h')
-rw-r--r--src/reel_subtitle_asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/reel_subtitle_asset.h b/src/reel_subtitle_asset.h
index 13e72133..8c3b7d18 100644
--- a/src/reel_subtitle_asset.h
+++ b/src/reel_subtitle_asset.h
@@ -43,6 +43,8 @@
#include "reel_mxf.h"
#include "subtitle_asset.h"
+struct verify_test26;
+
namespace dcp {
class SubtitleAsset;
@@ -70,6 +72,8 @@ public:
}
private:
+ friend struct ::verify_test26;
+
std::string key_type () const;
std::string cpl_node_name (Standard standard) const;