X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_decoder.h;h=db8374c5c86fac05cbac154ca31329618caea02c;hb=b00389305af83dfd1e3b41ab3b108cb591f18c5d;hp=ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f;hpb=04eebe07e2f64bd15f6887a10ab51fb92c52901a;p=dcpomatic.git diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index ad9d04e40..db8374c5c 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -35,8 +35,10 @@ protected: bool pass (); private: - std::list subtitles_during (ContentTimePeriod, bool starting) const; - + std::list image_subtitles_during (ContentTimePeriod, bool starting) const; + std::list text_subtitles_during (ContentTimePeriod, bool starting) const; + ContentTimePeriod content_time_period (sub::Subtitle s) const; + size_t _next; };