diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:56:47 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-07-09 22:56:47 +0100 |
| commit | c37d4e41da190144806463387fdbe64e65196730 (patch) | |
| tree | ab96f3928470913f202477b645cb80b8e37ddf41 /src/lib/video_decoder.h | |
| parent | df52b97f307605aad15ab5f01c8fdcf93afc9d15 (diff) | |
Hopefully fix seek back/forward.
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index d24219d95..0b3350472 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -30,8 +30,7 @@ class VideoDecoder : public virtual Decoder public: VideoDecoder (boost::shared_ptr<const Film>); - virtual void seek (VideoContent::Frame) = 0; - virtual void seek_back () = 0; + virtual void seek (VideoContent::Frame, bool) = 0; /** Emitted when a video frame is ready. * First parameter is the video image. |
