Fix seek during slider drag.
[dcpomatic.git] / src / lib / subtitle_decoder.h
index 92a6266de4b96d19534a5a70e1eea7a15cc7117f..9740b06e8644f8ed93872eb62884ed6cfa63b1ae 100644 (file)
@@ -59,6 +59,8 @@ public:
        void emit_text (ContentTimePeriod period, sub::Subtitle const & subtitle);
        void emit_stop (ContentTime to);
 
+       void seek ();
+
        boost::shared_ptr<const SubtitleContent> content () const {
                return _content;
        }