]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/yop.c
mxfdec: Check for NULL component
[ffmpeg] / libavformat / yop.c
index e5ace8b8052d425b80e4c98c0921485d6fd04b45..e50025970d8b54d21ae5a8ebeaeae3276cf7e5e4 100644 (file)
@@ -47,7 +47,7 @@ static int yop_probe(AVProbeData *probe_packet)
     return 0;
 }
 
-static int yop_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int yop_read_header(AVFormatContext *s)
 {
     YopDecContext *yop = s->priv_data;
     AVIOContext *pb  = s->pb;