Hopefully fix seek back/forward.
[dcpomatic.git] / src / lib / video_decoder.h
index d24219d956cba2df1b92b8a58e2d3f5bc8d24d78..0b33504721efe4c1867474405b231d51eebfc4b5 100644 (file)
@@ -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.