It builds.
[dcpomatic.git] / src / lib / subrip_decoder.h
index 26d5d501006c021ee7892667246b626e817a43f3..ca885a2efdd0d8d469330a3b0d2f3886fff9a7f0 100644 (file)
@@ -28,8 +28,10 @@ class SubRipContent;
 class SubRipDecoder : public SubtitleDecoder, public SubRip
 {
 public:
-       SubRipDecoder (boost::shared_ptr<const Film>, boost::shared_ptr<const SubRipContent>);
-       
+       SubRipDecoder (boost::shared_ptr<const SubRipContent>);
+
+protected:
+       void seek (ContentTime time, bool accurate);
        bool pass ();
 
 private: