]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/ncdec.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / ncdec.c
index cf95c631bd407dd4016405a652520f773692c35b..9a46b808e7c8386b99f97147281a4a8dbe53eb0a 100644 (file)
@@ -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);