X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_decoder.h;h=ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f;hb=475d5986b7ba3796eb0aa93ec0b536f45e15b0a5;hp=d6c6e6bc2fa7fd37df7c4769c572fedaa7a7823c;hpb=41d32a43f761fd2d79dacf9a84374a6d17916d36;p=dcpomatic.git diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index d6c6e6bc2..ad9d04e40 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -35,7 +35,7 @@ protected: bool pass (); private: - bool has_subtitle_during (ContentTimePeriod) const; + std::list subtitles_during (ContentTimePeriod, bool starting) const; size_t _next; };