diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-14 02:27:04 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-14 02:27:04 +0000 |
| commit | 1f33b815df5d780f123c6bdf8f110a4f2fc70363 (patch) | |
| tree | da0470537aa82a98029e71f172cac7b593223982 /src/lib/active_subtitles.h | |
| parent | 77b3fe5cb14784c9365792b0c15f8a68d11546dd (diff) | |
Only put subtitles in a frame if they overlap more than half of that
frame; may help with #1166.
Diffstat (limited to 'src/lib/active_subtitles.h')
| -rw-r--r-- | src/lib/active_subtitles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/active_subtitles.h b/src/lib/active_subtitles.h index 97ca4c7db..1496bc5d2 100644 --- a/src/lib/active_subtitles.h +++ b/src/lib/active_subtitles.h @@ -36,7 +36,7 @@ class Piece; class ActiveSubtitles : public boost::noncopyable { public: - std::list<PlayerSubtitles> get_burnt (DCPTime time, bool always_burn_subtitles) const; + std::list<PlayerSubtitles> get_burnt (DCPTimePeriod period, bool always_burn_subtitles) const; void clear_before (DCPTime time); void clear (); void add_from (boost::weak_ptr<Piece> piece, PlayerSubtitles ps, DCPTime from); |
