X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fjvdec.c;h=31cba6f46868b6d562d8a29aca5f7d08b2814908;hb=a8cedbebf163ad376abc4703b3156c44d0858404;hp=212cd8aae7076722aeb5b12efc5a1aa57d3ba1e5;hpb=e986a5d10d95b62cd85aaefc7d4da34699fbedeb;p=ffmpeg diff --git a/libavformat/jvdec.c b/libavformat/jvdec.c index 212cd8aae70..31cba6f4686 100644 --- a/libavformat/jvdec.c +++ b/libavformat/jvdec.c @@ -58,8 +58,7 @@ static int read_probe(AVProbeData *pd) return 0; } -static int read_header(AVFormatContext *s, - AVFormatParameters *ap) +static int read_header(AVFormatContext *s) { JVDemuxContext *jv = s->priv_data; AVIOContext *pb = s->pb;