X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fncdec.c;h=9a46b808e7c8386b99f97147281a4a8dbe53eb0a;hb=a8cedbebf163ad376abc4703b3156c44d0858404;hp=cf95c631bd407dd4016405a652520f773692c35b;hpb=ec8a3e25d8cfed9f8f335b88d8162ae331b68df9;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);