X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fncdec.c;h=9a46b808e7c8386b99f97147281a4a8dbe53eb0a;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=cf95c631bd407dd4016405a652520f773692c35b;hpb=f21b6159cf3110a5f018d6addf7382840d427199;p=ffmpeg diff --git a/libavformat/ncdec.c b/libavformat/ncdec.c index cf95c631bd4..9a46b808e7c 100644 --- a/libavformat/ncdec.c +++ b/libavformat/ncdec.c @@ -44,7 +44,7 @@ static int nc_probe(AVProbeData *probe_packet) return 0; } -static int nc_read_header(AVFormatContext *s, AVFormatParameters *ap) +static int nc_read_header(AVFormatContext *s) { AVStream *st = avformat_new_stream(s, NULL);