X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=01319e48125a933bada580fd00ed3d559b46ae49;hp=142320a049c8e7a23bf7aff2d618149d6259941d;hb=ea910e250a0fb3b0ad3ce0cf32dd27b24c17cd1d;hpb=3e5df964ada49e10a880a200c985cc309ccecb64 diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 142320a04..01319e481 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -34,11 +34,6 @@ class VideoDecoder : public virtual Decoder public: VideoDecoder (boost::shared_ptr, boost::shared_ptr); - /** Seek so that the next pass() will yield (approximately) the requested frame. - * Pass accurate = true to try harder to get close to the request. - */ - virtual void seek (VideoContent::Frame frame, bool accurate) = 0; - /** Emitted when a video frame is ready. * First parameter is the video image. * Second parameter is the eye(s) which should see this image.