X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fqcp.c;h=929fce48e9aee4b566c20887d37049a58d94e4e2;hb=e37f161e66e042d6c2c7470c4d9881df9427fc4a;hp=c88c39b25dc7d1123470563e92d23a80326bddd1;hpb=f21b6159cf3110a5f018d6addf7382840d427199;p=ffmpeg diff --git a/libavformat/qcp.c b/libavformat/qcp.c index c88c39b25dc..929fce48e9a 100644 --- a/libavformat/qcp.c +++ b/libavformat/qcp.c @@ -80,7 +80,7 @@ static int qcp_probe(AVProbeData *pd) return 0; } -static int qcp_read_header(AVFormatContext *s, AVFormatParameters *ap) +static int qcp_read_header(AVFormatContext *s) { AVIOContext *pb = s->pb; QCPContext *c = s->priv_data;