From 7b3c1382bf46615e3faea72b62b6dab83e4142a7 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 11 Oct 2004 23:53:53 +0000 Subject: 100l (forgoten seeking functions) Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/wav.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/wav.c') diff --git a/libavformat/wav.c b/libavformat/wav.c index 841e153ceb..0bc3c3408b 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -344,7 +344,7 @@ static int wav_read_close(AVFormatContext *s) } static int wav_read_seek(AVFormatContext *s, - int stream_index, int64_t timestamp) + int stream_index, int64_t timestamp, int flags) { AVStream *st; @@ -359,7 +359,7 @@ static int wav_read_seek(AVFormatContext *s, default: break; } - return pcm_read_seek(s, stream_index, timestamp); + return pcm_read_seek(s, stream_index, timestamp, flags); } -- cgit v1.2.3