X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwav.c;h=610c792e8576235588f229887924d02180546a2f;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=ab4b3b42e7241bcdc4e04808dd250f429c182b14;hpb=8f0768cc22788357f603695b86f5e9013652bba6;p=ffmpeg diff --git a/libavformat/wav.c b/libavformat/wav.c index ab4b3b42e72..610c792e857 100644 --- a/libavformat/wav.c +++ b/libavformat/wav.c @@ -387,8 +387,7 @@ static const AVMetadataConv wav_metadata_conv[] = { }; /* wav input */ -static int wav_read_header(AVFormatContext *s, - AVFormatParameters *ap) +static int wav_read_header(AVFormatContext *s) { int64_t size, av_uninit(data_size); int64_t sample_count=0; @@ -729,7 +728,7 @@ static int w64_probe(AVProbeData *p) return 0; } -static int w64_read_header(AVFormatContext *s, AVFormatParameters *ap) +static int w64_read_header(AVFormatContext *s) { int64_t size; AVIOContext *pb = s->pb;