]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/apc.c
rmdec: when using INT4 deinterleaving, error out if sub_packet_h <= 1.
[ffmpeg] / libavformat / apc.c
index 47ab5c821b2e869c0b8bbfb4da563c59a4e4ffb2..30ddae3665b67089e0b629aa2be2d3dfac46cb1d 100644 (file)
@@ -30,7 +30,7 @@ static int apc_probe(AVProbeData *p)
     return 0;
 }
 
-static int apc_read_header(AVFormatContext *s, AVFormatParameters *ap)
+static int apc_read_header(AVFormatContext *s)
 {
     AVIOContext *pb = s->pb;
     AVStream *st;