]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/yop.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / yop.c
index eac3fb670768af75f988bf092ac97732eb1b070f..d1c24fb2fa76a895acd93e4908d26d2ee1b7b4ec 100644 (file)
@@ -47,7 +47,7 @@ static int yop_probe(AVProbeData *probe_packet)
     return 0;
 }
 
-static int yop_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int yop_read_header(AVFormatContext *s)
 {
     YopDecContext *yop = s->priv_data;
     AVIOContext *pb  = s->pb;