Make the preview respond to changes in subtitle line spacing.
[dcpomatic.git] / src / lib / text_subtitle_decoder.h
index e5535a932ad071b75d5ba0590056beabee547f5c..c79b89937f33006f682d216ff1dcfb88210bcdae 100644 (file)
@@ -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;