]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mp3dec.c
libavformat: Rename the applehttp protocol to hls
[ffmpeg] / libavformat / mp3dec.c
index 185d7b8676108b81d87e224f0ced14f17db6ffc1..11f57ce1a9f1a52e04d38dfcb1fb6df6f08685bb 100644 (file)
@@ -132,8 +132,7 @@ static int mp3_parse_vbr_tags(AVFormatContext *s, AVStream *st, int64_t base)
     return 0;
 }
 
-static int mp3_read_header(AVFormatContext *s,
-                           AVFormatParameters *ap)
+static int mp3_read_header(AVFormatContext *s)
 {
     AVStream *st;
     int64_t off;