Hopefully improve subtitle decoder seeking etc.
[dcpomatic.git] / src / lib / subrip_decoder.h
index d6c6e6bc2fa7fd37df7c4769c572fedaa7a7823c..927ccc728e347141de9384b274163f2ca6ad402f 100644 (file)
@@ -35,7 +35,7 @@ protected:
        bool pass ();
 
 private:
-       bool has_subtitle_during (ContentTimePeriod) const;
+       std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod) const;
        
        size_t _next;
 };