diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-07-09 00:43:13 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-07-09 00:43:13 +0100 |
| commit | 87c2c54ebfdc1e6ceb0673058c01fd30e13258c2 (patch) | |
| tree | 10a7d3427cb1f399fc9cb298efff580247427bdd /src/object.h | |
| parent | 34be688550e3acdd99c3ca612e7e4696710f3438 (diff) | |
Switch to UUIDs for Interop image subtitle identification (rather than indices). Basic and untested SMPTE image subtitle support.
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 b2d0ad35..d44f1be2 100644 --- a/src/object.h +++ b/src/object.h @@ -46,6 +46,7 @@ class write_interop_subtitle_test2; class write_interop_subtitle_test3; class write_smpte_subtitle_test; class write_smpte_subtitle_test2; +class write_smpte_subtitle_test3; namespace dcp { @@ -70,6 +71,7 @@ protected: friend struct ::write_interop_subtitle_test3; friend struct ::write_smpte_subtitle_test; friend struct ::write_smpte_subtitle_test2; + friend struct ::write_smpte_subtitle_test3; /** ID */ std::string _id; |
