X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftext_subtitle_decoder.h;h=72bb89b77e57a89c8da71ecb449f663c0edb89d6;hb=f679e8ab99d25bcf725732e0c79b658f38a39a27;hp=5477e6f5f16860d15c67c9396070ae517aa159a5;hpb=878e19aabf2278828a3c9b518e0804b2cef0c01e;p=dcpomatic.git diff --git a/src/lib/text_subtitle_decoder.h b/src/lib/text_subtitle_decoder.h index 5477e6f5f..72bb89b77 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, boost::shared_ptr log); -protected: void seek (ContentTime time, bool accurate); - bool pass (PassReason, bool accurate); - void reset (); + bool pass (); private: - std::list image_subtitles_during (ContentTimePeriod, bool starting) const; - std::list text_subtitles_during (ContentTimePeriod, bool starting) const; ContentTimePeriod content_time_period (sub::Subtitle s) const; size_t _next;