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