]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/bfi.c
network: Extend the fallback gai_strerror implementation to handle more error codes
[ffmpeg] / libavformat / bfi.c
index bb02e85581d88fa7432fb7f183468914382396d8..718e721356446960ae18a0bb6a42c5c0b9f7dc9d 100644 (file)
@@ -47,7 +47,7 @@ static int bfi_probe(AVProbeData * p)
         return 0;
 }
 
-static int bfi_read_header(AVFormatContext * s, AVFormatParameters * ap)
+static int bfi_read_header(AVFormatContext * s)
 {
     BFIContext *bfi = s->priv_data;
     AVIOContext *pb = s->pb;