diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-07-11 00:12:50 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-11 21:14:02 +0200 |
| commit | aa646c58267a6bd2580f3cb30674f4ebd0ed6db7 (patch) | |
| tree | 2abc9a3123bf4f2470b093f0332ddeccb1390b0d /src/object.h | |
| parent | 1b6f847eddca54ed223b22858c19c987aa61c2df (diff) | |
Allow creation of ATMOS sync on channel 14.atmos
Diffstat (limited to 'src/object.h')
| -rw-r--r-- | src/object.h | 2 |
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; |
