X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_decoder.h;h=ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f;hb=6bf1fecd1064978bcadd11b8cd56a5b8d9a132a3;hp=ca885a2efdd0d8d469330a3b0d2f3886fff9a7f0;hpb=3574212ee42b2bd924eb95d5c0f4f69ec9e0a2f0;p=dcpomatic.git diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index ca885a2ef..ad9d04e40 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -35,6 +35,8 @@ protected: bool pass (); private: + std::list subtitles_during (ContentTimePeriod, bool starting) const; + size_t _next; };