X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fvqf.c;h=8cd69232ce28ce92ffbda880786816b95dec98df;hb=b6ff81d63b7b2940b39d8be2216a1c0f5cb353a8;hp=1014b41e68507322274b3dc04acc7182dbd6e308;hpb=0bb57f8bf029427059be21a562527dcfa0e264c9;p=ffmpeg diff --git a/libavformat/vqf.c b/libavformat/vqf.c index 1014b41e685..8cd69232ce2 100644 --- a/libavformat/vqf.c +++ b/libavformat/vqf.c @@ -86,7 +86,7 @@ static const AVMetadataConv vqf_metadata_conv[] = { { 0 }, }; -static int vqf_read_header(AVFormatContext *s, AVFormatParameters *ap) +static int vqf_read_header(AVFormatContext *s) { VqfContext *c = s->priv_data; AVStream *st = avformat_new_stream(s, NULL);