diff --git a/libavformat/apetag.c b/libavformat/apetag.c index bc91507c875c5686f5454f56aef3e575efca80d4..6b4676787fcebdaf40f1b222767361e597323bcd 100644 --- a/libavformat/apetag.c +++ b/libavformat/apetag.c @@ -35,7 +35,7 @@ static int ape_tag_read_field(AVFormatContext *s) ByteIOContext *pb = s->pb; uint8_t key[1024], *value; uint32_t size, flags; - int i, l, c; + int i, c; size = get_le32(pb); /* field size */ flags = get_le32(pb); /* field flags */