]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/vqf.c
asv1: use av_fast_padded_malloc()
[ffmpeg] / libavformat / vqf.c
index 4f8f07c9193b9acf68436022f3c988531dabb1d7..08ffa734c1d6e210bfd2fcbb884291049ef2e384 100644 (file)
@@ -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);