summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-09-12 23:14:35 +0200
committerCarl Hetherington <cth@carlh.net>2023-09-12 23:14:35 +0200
commit9c4e649a755918a6f41cf8c16647cc8af58f8376 (patch)
tree3d4af30b883becb914d65ef04e96d8376ee2897a /src/lib/film.h
parent960c69dcaef94e0e4fbbaa9721d5ea6a4a744726 (diff)
Somewhat fix inclusion of CCAP language in ISDCF name (#2610).
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 5c230614d..8aeae8e4e 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -74,6 +74,7 @@ class Job;
class Film;
struct isdcf_name_test;
struct isdcf_name_with_atmos;
+struct isdcf_name_with_ccap;
struct recover_test_2d_encrypted;
struct atmos_encrypted_passthrough_test;
@@ -447,6 +448,7 @@ private:
friend struct ::isdcf_name_test;
friend struct ::isdcf_name_with_atmos;
+ friend struct ::isdcf_name_with_ccap;
friend struct ::recover_test_2d_encrypted;
friend struct ::atmos_encrypted_passthrough_test;
template <class, class> friend class ChangeSignalDespatcher;