X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwav.c;h=3af547a30e0454b9644c1a1e8f9a490f18bc16c0;hb=4a519b6e036bb593d868c2a424da43512215c571;hp=610c792e8576235588f229887924d02180546a2f;hpb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;p=ffmpeg diff --git a/libavformat/wav.c b/libavformat/wav.c index 610c792e857..3af547a30e0 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -676,7 +676,7 @@ static int wav_read_seek(AVFormatContext *s, default: break; } - return pcm_read_seek(s, stream_index, timestamp, flags); + return ff_pcm_read_seek(s, stream_index, timestamp, flags); } #define OFFSET(x) offsetof(WAVContext, x)