]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ape.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / ape.c
index 72fca5dd468cb985131fe590914f5b7e8085be30..ffb8f5a3848de1b49a60790f418c968cb2d1256d 100644 (file)
@@ -152,7 +152,7 @@ static void ape_dumpinfo(AVFormatContext * s, APEContext * ape_ctx)
 #endif
 }
 
-static int ape_read_header(AVFormatContext * s, AVFormatParameters * ap)
+static int ape_read_header(AVFormatContext * s)
 {
     AVIOContext *pb = s->pb;
     APEContext *ape = s->priv_data;