diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-07-04 11:43:55 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-07-04 11:43:55 +0100 |
| commit | 9655db97eae5a6137a45ad809dbf42528dc74408 (patch) | |
| tree | 178ecd2e313ceb6aa7d11fbadb950c53381f1280 /src/lib/subrip_decoder.h | |
| parent | c88a8a6ec6b396dc90d40a4843160d616a45db76 (diff) | |
Add 'starting' option to subtitles_during().
Diffstat (limited to 'src/lib/subrip_decoder.h')
| -rw-r--r-- | src/lib/subrip_decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
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<ContentTimePeriod> subtitles_during (ContentTimePeriod) const; + std::list<ContentTimePeriod> subtitles_during (ContentTimePeriod, bool starting) const; size_t _next; }; |
