X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnutdec.c;h=810632de506f447e7e68c5e6d6b040764bcb77be;hb=e2cc39b6096ed4353293252e3955417b7766f161;hp=5dd687c55d595791e2b8b06054e225c8e2fef554;hpb=4a4c4278b716b49b9f1653df4ac4f1f026606081;p=ffmpeg diff --git a/libavformat/nutdec.c b/libavformat/nutdec.c index 5dd687c55d5..810632de506 100644 --- a/libavformat/nutdec.c +++ b/libavformat/nutdec.c @@ -596,7 +596,7 @@ fail: return ret; } -static int nut_read_header(AVFormatContext *s, AVFormatParameters *ap) +static int nut_read_header(AVFormatContext *s) { NUTContext *nut = s->priv_data; AVIOContext *bc = s->pb;