Merge master.
[dcpomatic.git] / src / lib / subrip_decoder.h
index 6025c90e2943e357f16b78a7dcfebbc295f33db5..d6c6e6bc2fa7fd37df7c4769c572fedaa7a7823c 100644 (file)
@@ -30,10 +30,13 @@ class SubRipDecoder : public SubtitleDecoder, public SubRip
 public:
        SubRipDecoder (boost::shared_ptr<const SubRipContent>);
 
-protected:     
+protected:
+       void seek (ContentTime time, bool accurate);
        bool pass ();
 
 private:
+       bool has_subtitle_during (ContentTimePeriod) const;
+       
        size_t _next;
 };