]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/txd.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / txd.c
index 06aca8c3f4ec700be6e3eb39176be84c6dc3bd1d..f6060330ba8c91faf775f4a4e853da36262d0713 100644 (file)
@@ -37,7 +37,7 @@ static int txd_probe(AVProbeData * pd) {
     return 0;
 }
 
-static int txd_read_header(AVFormatContext *s, AVFormatParameters *ap) {
+static int txd_read_header(AVFormatContext *s) {
     AVStream *st;
 
     st = avformat_new_stream(s, NULL);