X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Flibnut.c;h=c6d552db592a0f084618f9a878f9573d7e4d88e7;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=757f9d252a7a7347ff11f3ab2d245f5465c50e3c;hpb=ad1c8dd6734f0aa7a7a87b4669a166715c114b46;p=ffmpeg diff --git a/libavformat/libnut.c b/libavformat/libnut.c index 757f9d252a7..c6d552db592 100644 --- a/libavformat/libnut.c +++ b/libavformat/libnut.c @@ -188,7 +188,7 @@ static off_t av_seek(void * h, long long pos, int whence) { return avio_seek(bc, pos, whence); } -static int nut_read_header(AVFormatContext * avf, AVFormatParameters * ap) { +static int nut_read_header(AVFormatContext * avf) { NUTContext * priv = avf->priv_data; AVIOContext * bc = avf->pb; nut_demuxer_opts_tt dopts = {