summaryrefslogtreecommitdiff
path: root/src/lib/subrip_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-07-02 18:10:58 +0100
committerCarl Hetherington <cth@carlh.net>2014-07-02 18:10:58 +0100
commitc88a8a6ec6b396dc90d40a4843160d616a45db76 (patch)
treeb58c18fdb6c7946446ae244747fa7b4461fd9661 /src/lib/subrip_decoder.h
parent712f8144f1992364d79a80b2b586248423f7ac11 (diff)
Hopefully improve subtitle decoder seeking etc.
Diffstat (limited to 'src/lib/subrip_decoder.h')
-rw-r--r--src/lib/subrip_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/subrip_decoder.h b/src/lib/subrip_decoder.h
index d6c6e6bc2..927ccc728 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<ContentTimePeriod> subtitles_during (ContentTimePeriod) const;
size_t _next;
};