Remove PassReason stuff.
[dcpomatic.git] / src / lib / subrip_decoder.h
index d6c6e6bc2fa7fd37df7c4769c572fedaa7a7823c..876f763d3a5ffe1c39f1952226250eccb95db4c6 100644 (file)
@@ -35,7 +35,8 @@ protected:
        bool pass ();
 
 private:
-       bool has_subtitle_during (ContentTimePeriod) const;
+       std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;
+       std::list<ContentTimePeriod> text_subtitles_during (ContentTimePeriod, bool starting) const;
        
        size_t _next;
 };