diff options
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index b2b399432..fb782cd7e 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -41,6 +41,8 @@ public: virtual void set_subtitle_stream (boost::optional<SubtitleStream>); + void set_progress () const; + SourceFrame video_frame () const { return _video_frame; } @@ -56,7 +58,6 @@ public: protected: virtual PixelFormat pixel_format () const = 0; - void set_progress () const; void emit_video (boost::shared_ptr<Image>); void emit_subtitle (boost::shared_ptr<TimedSubtitle>); |
