X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Frpl.c;h=c1c66b77b40243d8c4017ef70f561e1ed396fca2;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=7100331d5a96d81952249e5516ab9fdaf371f36f;hpb=feb997577b66367a0c4269100888640699ee890d;p=ffmpeg diff --git a/libavformat/rpl.c b/libavformat/rpl.c index 7100331d5a9..c1c66b77b40 100644 --- a/libavformat/rpl.c +++ b/libavformat/rpl.c @@ -110,7 +110,7 @@ static AVRational read_fps(const char* line, int* error) return result; } -static int rpl_read_header(AVFormatContext *s, AVFormatParameters *ap) +static int rpl_read_header(AVFormatContext *s) { AVIOContext *pb = s->pb; RPLContext *rpl = s->priv_data;