X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_decoder.h;h=876f763d3a5ffe1c39f1952226250eccb95db4c6;hb=bdbfd6b08856a445446bfd845f1c43109d184250;hp=d6c6e6bc2fa7fd37df7c4769c572fedaa7a7823c;hpb=74fe68e5895654e27a7cf8097917c1e95fa89519;p=dcpomatic.git diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index d6c6e6bc2..876f763d3 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -35,7 +35,8 @@ protected: bool pass (); private: - bool has_subtitle_during (ContentTimePeriod) const; + std::list image_subtitles_during (ContentTimePeriod, bool starting) const; + std::list text_subtitles_during (ContentTimePeriod, bool starting) const; size_t _next; };