diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-02 18:10:58 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-02 18:10:58 +0100 |
| commit | c88a8a6ec6b396dc90d40a4843160d616a45db76 (patch) | |
| tree | b58c18fdb6c7946446ae244747fa7b4461fd9661 /src/lib/subtitle_decoder.h | |
| parent | 712f8144f1992364d79a80b2b586248423f7ac11 (diff) | |
Hopefully improve subtitle decoder seeking etc.
Diffstat (limited to 'src/lib/subtitle_decoder.h')
| -rw-r--r-- | src/lib/subtitle_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subtitle_decoder.h b/src/lib/subtitle_decoder.h index 3f06afae3..51faca97f 100644 --- a/src/lib/subtitle_decoder.h +++ b/src/lib/subtitle_decoder.h @@ -51,7 +51,7 @@ private: template <class T> std::list<T> get (std::list<T> const & subs, ContentTimePeriod period); - virtual bool has_subtitle_during (ContentTimePeriod) const = 0; + virtual std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod) const = 0; boost::shared_ptr<const SubtitleContent> _subtitle_content; }; |
