X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fg723_1.c;h=a12a47a1ae777d1472988a4bcdd049d53ed9d890;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=00cfe16266a3e891a86695378c29dc95a829155c;hpb=ba10207bbe5ebd97b5afc3f19baf4a1ad8f974d5;p=ffmpeg diff --git a/libavformat/g723_1.c b/libavformat/g723_1.c index 00cfe16266a..a12a47a1ae7 100644 --- a/libavformat/g723_1.c +++ b/libavformat/g723_1.c @@ -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;