From 11c70b0e3051517e7bb96a7d6fa53053dab6e978 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 22 May 2013 00:20:29 +0100 Subject: Half-way through trying to make seek work again. --- src/lib/ffmpeg_decoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib/ffmpeg_decoder.h') diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 7aadef105..1c3f252fd 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -78,7 +78,7 @@ public: return _audio_streams; } - bool seek (double); + bool seek (Time); bool seek_forward (); bool seek_back (); bool pass (); @@ -96,7 +96,7 @@ private: PixelFormat pixel_format () const; AVSampleFormat audio_sample_format () const; int bytes_per_audio_sample () const; - bool do_seek (double, bool, bool); + bool do_seek (Time, bool, bool); void setup_general (); void setup_video (); -- cgit v1.2.3