summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-07-09 22:56:47 +0100
committerCarl Hetherington <cth@carlh.net>2013-07-09 22:56:47 +0100
commitc37d4e41da190144806463387fdbe64e65196730 (patch)
treeab96f3928470913f202477b645cb80b8e37ddf41 /src/lib/video_decoder.h
parentdf52b97f307605aad15ab5f01c8fdcf93afc9d15 (diff)
Hopefully fix seek back/forward.
Diffstat (limited to 'src/lib/video_decoder.h')
-rw-r--r--src/lib/video_decoder.h3
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.