]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gsmdec.c
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
[ffmpeg] / libavformat / gsmdec.c
index 443f820ad8ad0307d7f39f604cf417d09eb13a6e..5d6495860ae1060de1360975f9f9f061fb44b06c 100644 (file)
@@ -54,7 +54,7 @@ static int gsm_read_packet(AVFormatContext *s, AVPacket *pkt)
     return 0;
 }
 
-static int gsm_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int gsm_read_header(AVFormatContext *s)
 {
     GSMDemuxerContext *c = s->priv_data;
     AVStream *st = avformat_new_stream(s, NULL);