diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-28 23:34:56 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-29 11:58:06 +0100 |
| commit | 1db0293ad36605da9ca8daa8736ef581f4f6a34e (patch) | |
| tree | fb613032d7f8a1712cf10f99ebbf6215e4145c5a /src/lib/hints.h | |
| parent | ec97893127a2d59871d92c9e658b6b1ab3100b40 (diff) | |
Basics of splitting CCAP streams into different assets.
Diffstat (limited to 'src/lib/hints.h')
| -rw-r--r-- | src/lib/hints.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/hints.h b/src/lib/hints.h index 67cada89f..9da061286 100644 --- a/src/lib/hints.h +++ b/src/lib/hints.h @@ -21,6 +21,7 @@ #include "signaller.h" #include "player_text.h" #include "types.h" +#include "dcp_text_track.h" #include "dcpomatic_time.h" #include <boost/weak_ptr.hpp> #include <boost/signals2.hpp> @@ -46,7 +47,7 @@ private: void thread (); void stop_thread (); void hint (std::string h); - void text (PlayerText text, TextType type, DCPTimePeriod period); + void text (PlayerText text, TextType type, boost::optional<DCPTextTrack> track, DCPTimePeriod period); boost::weak_ptr<const Film> _film; boost::thread* _thread; |
