Merge branch 'master' of ssh://git.carlh.net/home/carl/git/dcpomatic
[dcpomatic.git] / src / lib / subrip_decoder.h
index 876f763d3a5ffe1c39f1952226250eccb95db4c6..b899b5dd8cd53138e735016bcfa06a282d7d64ff 100644 (file)
@@ -32,12 +32,13 @@ public:
 
 protected:
        void seek (ContentTime time, bool accurate);
-       bool pass ();
+       bool pass (PassReason);
 
 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;
 };