From 9655db97eae5a6137a45ad809dbf42528dc74408 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 4 Jul 2014 11:43:55 +0100 Subject: Add 'starting' option to subtitles_during(). --- src/lib/subrip_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/subrip_decoder.h') diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h index 927ccc728..ad9d04e40 100644 --- a/src/lib/subrip_decoder.h +++ b/src/lib/subrip_decoder.h @@ -35,7 +35,7 @@ protected: bool pass (); private: - std::list subtitles_during (ContentTimePeriod) const; + std::list subtitles_during (ContentTimePeriod, bool starting) const; size_t _next; }; -- cgit v1.2.3