Add 'starting' option to subtitles_during().
[dcpomatic.git] / src / lib / subrip_decoder.h
index 927ccc728e347141de9384b274163f2ca6ad402f..ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f 100644 (file)
@@ -35,7 +35,7 @@ protected:
        bool pass ();
 
 private:
-       std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod) const;
+       std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod, bool starting) const;
        
        size_t _next;
 };