summaryrefslogtreecommitdiff
path: root/src/lib/text_subtitle_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-06-30 00:20:49 +0100
committerCarl Hetherington <cth@carlh.net>2016-07-01 01:05:06 +0100
commit9b7e3d7d992f64da4bc78bc99d1eb706f181b798 (patch)
tree24a9c3c9a9914e19454ca70d8e55c7f5e0746dc0 /src/lib/text_subtitle_decoder.h
parent2894023433c3addfb04ba7ae0be534e251b641b9 (diff)
Make the preview respond to changes in subtitle line spacing.
Diffstat (limited to 'src/lib/text_subtitle_decoder.h')
-rw-r--r--src/lib/text_subtitle_decoder.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/text_subtitle_decoder.h b/src/lib/text_subtitle_decoder.h
index e5535a932..c79b89937 100644
--- a/src/lib/text_subtitle_decoder.h
+++ b/src/lib/text_subtitle_decoder.h
@@ -34,6 +34,7 @@ public:
protected:
void seek (ContentTime time, bool accurate);
bool pass (PassReason, bool accurate);
+ void reset ();
private:
std::list<ContentTimePeriod> image_subtitles_during (ContentTimePeriod, bool starting) const;