summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/apetag.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/apetag.c b/libavformat/apetag.c
index bc91507c87..6b4676787f 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 */