diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-12-19 02:13:12 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-12-19 02:13:12 +0100 |
| commit | ea67859b383a31496a604e65a166974b20a1c94e (patch) | |
| tree | 1740b2658f5033b59442e3958ba77b53905b16fa /src/lib/player.h | |
| parent | b5335ed37e52c216a6773789c0edba5f335c8df2 (diff) | |
Hack: delay decisions about subtitle position late enough that we can refresh the preview image quickly.attic/hack-faster-subtitle-moving
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index e99c345bb..37b3f6c1b 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -135,7 +135,6 @@ private: std::pair<boost::shared_ptr<AudioBuffers>, dcpomatic::DCPTime> discard_audio ( boost::shared_ptr<const AudioBuffers> audio, dcpomatic::DCPTime time, dcpomatic::DCPTime discard_to ) const; - boost::optional<PositionImage> open_subtitles_for_frame (dcpomatic::DCPTime time) const; void emit_video (boost::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time); void do_emit_video (boost::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time); void emit_audio (boost::shared_ptr<AudioBuffers> data, dcpomatic::DCPTime time); |
