X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fsubrip_decoder.h;h=ad9d04e4003029f6a9b99b62714b4fbdd0a13a6f;hb=bde76c3341775bd02da59932d285e14eade64ae0;hp=ca885a2efdd0d8d469330a3b0d2f3886fff9a7f0;hpb=ee77b3cf5f59f775e75e628aa28e8f2f9f941530;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; };