diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-11-21 16:57:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-04-19 23:04:32 +0100 |
| commit | de2af791bdfdcd653752cba970e59efc7bf810c7 (patch) | |
| tree | 1aa5dbc35daee0babd0def347944a6bea4154deb /src/lib/text_subtitle_decoder.h | |
| parent | 06152300e69e8faca44ff8d7f12a6fd354848b9a (diff) | |
Basic grunt-work, untested and unfinished, but it compiles.
Diffstat (limited to 'src/lib/text_subtitle_decoder.h')
| -rw-r--r-- | src/lib/text_subtitle_decoder.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/lib/text_subtitle_decoder.h b/src/lib/text_subtitle_decoder.h index 5477e6f5f..01338683f 100644 --- a/src/lib/text_subtitle_decoder.h +++ b/src/lib/text_subtitle_decoder.h @@ -31,14 +31,10 @@ class TextSubtitleDecoder : public Decoder, public TextSubtitle public: TextSubtitleDecoder (boost::shared_ptr<const TextSubtitleContent>, boost::shared_ptr<Log> log); -protected: void seek (ContentTime time, bool accurate); - bool pass (PassReason, bool accurate); - void reset (); + void pass (); private: - std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const; - std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const; ContentTimePeriod content_time_period (sub::Subtitle s) const; size_t _next; |
