]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/applehttp.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / applehttp.c
index 883427ce97da64e003ad905529293a7dfe125233..7e6346a98910277372056ff3054ac91e574cad42 100644 (file)
@@ -445,7 +445,7 @@ reload:
     goto restart;
 }
 
-static int applehttp_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int applehttp_read_header(AVFormatContext *s)
 {
     AppleHTTPContext *c = s->priv_data;
     int ret = 0, i, j, stream_offset = 0;