]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/g723_1.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / g723_1.c
index 00cfe16266a3e891a86695378c29dc95a829155c..a12a47a1ae777d1472988a4bcdd049d53ed9d890 100644 (file)
@@ -29,7 +29,7 @@
 
 static const uint8_t frame_size[4] = {24, 20, 4, 1};
 
-static int g723_1_init(AVFormatContext *s, AVFormatParameters *ap)
+static int g723_1_init(AVFormatContext *s)
 {
     AVStream *st;