diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-16 21:42:31 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-16 21:42:31 +0000 |
| commit | 40532d61ea4909b3f8b12dd7024de217dbdfec6d (patch) | |
| tree | 4ea11f4a29a1a0fc41489eef4665a8df4c5ffa02 /src/lib/video_decoder.h | |
| parent | 1eb73c1d864125e209d78b992ba2c6e278e42b74 (diff) | |
Various external audio fixes.
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>); |
