git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Remove unused variable, fixes the warning:
[ffmpeg.git]
/
libavformat
/
apetag.c
diff --git
a/libavformat/apetag.c
b/libavformat/apetag.c
index
bc91507
..
6b46767
100644
(file)
--- 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 */