X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fffmetadec.c;h=98620bd321deed0cf6f9bd7b4a789b81374872b6;hb=e2cc39b6096ed4353293252e3955417b7766f161;hp=1d223fb9e0736b361ba5a5566b65bab477cfb28e;hpb=4dcd1a3145dd93602b86a44ebc07d98ca2a30ab6;p=ffmpeg diff --git a/libavformat/ffmetadec.c b/libavformat/ffmetadec.c index 1d223fb9e07..98620bd321d 100644 --- a/libavformat/ffmetadec.c +++ b/libavformat/ffmetadec.c @@ -123,7 +123,7 @@ static int read_tag(uint8_t *line, AVDictionary **m) return 0; } -static int read_header(AVFormatContext *s, AVFormatParameters *ap) +static int read_header(AVFormatContext *s) { AVDictionary **m = &s->metadata; uint8_t line[1024];