]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/pva.c
asv1: use av_fast_padded_malloc()
[ffmpeg] / libavformat / pva.c
index 263fb5fdc1262510a66b1648e8b3d9bc0933df79..21373a53672197157a62afde1ef97282114758f3 100644 (file)
@@ -41,7 +41,7 @@ static int pva_probe(AVProbeData * pd) {
     return 0;
 }
 
-static int pva_read_header(AVFormatContext *s, AVFormatParameters *ap) {
+static int pva_read_header(AVFormatContext *s) {
     AVStream *st;
 
     if (!(st = avformat_new_stream(s, NULL)))