diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-05 01:15:45 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-05 01:15:45 +0100 |
| commit | 3a7b6acdb993864f319a6ceb3bc4c3fb7d4aaefd (patch) | |
| tree | 6f516185b6155b13cddfcd6be8fdf9e5bc52f86a /src/lib/player.h | |
| parent | 7c45c2c7b0904446bbc8cd175fe1deab54c61c15 (diff) | |
Get closed caption view data from the butler, rather than the player.
You can't introduce the butler (so that the player is ahead of time)
and then ask the player what should be in the frame that is being
displayed "now"; the player will already have moved on.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index a4fd80c16..20b68ef77 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -88,8 +88,6 @@ public: DCPTime content_time_to_dcp (boost::shared_ptr<Content> content, ContentTime t); - std::list<PlayerText> closed_captions_for_frame (DCPTime time) const; - /** Emitted when something has changed such that if we went back and emitted * the last frame again it would look different. This is not emitted after * a seek. |
