summaryrefslogtreecommitdiff
path: root/src/object.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-11 00:12:50 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-11 23:45:52 +0200
commit9a8faacd1b81f5e61512c69e99d0b8456478197e (patch)
tree2ab1b21e2b396e4a2f3254ff0f805acedaba0150 /src/object.h
parent1b6f847eddca54ed223b22858c19c987aa61c2df (diff)
Allow creation of ATMOS sync on channel 14.
Diffstat (limited to 'src/object.h')
-rw-r--r--src/object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/object.h b/src/object.h
index 0132a0db..aa0fe6b3 100644
--- a/src/object.h
+++ b/src/object.h
@@ -47,6 +47,7 @@ struct write_interop_subtitle_test3;
struct write_smpte_subtitle_test;
struct write_smpte_subtitle_test2;
struct write_smpte_subtitle_test3;
+struct sync_test2;
namespace dcp {
@@ -72,6 +73,7 @@ protected:
friend struct ::write_smpte_subtitle_test;
friend struct ::write_smpte_subtitle_test2;
friend struct ::write_smpte_subtitle_test3;
+ friend struct ::sync_test2;
/** ID */
std::string _id;