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/ffmpeg_decoder.h | |
| parent | df52b97f307605aad15ab5f01c8fdcf93afc9d15 (diff) | |
Hopefully fix seek back/forward.
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
| -rw-r--r-- | src/lib/ffmpeg_decoder.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h index 2e64d8801..eebf75445 100644 --- a/src/lib/ffmpeg_decoder.h +++ b/src/lib/ffmpeg_decoder.h @@ -50,8 +50,7 @@ public: ~FFmpegDecoder (); void pass (); - void seek (VideoContent::Frame); - void seek_back (); + void seek (VideoContent::Frame, bool); bool done () const; private: @@ -67,7 +66,6 @@ private: AVSampleFormat audio_sample_format () const; int bytes_per_audio_sample () const; - void do_seek (VideoContent::Frame, bool, bool); bool decode_video_packet (); void decode_audio_packet (); |
