Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-01-15 18:36:14 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-01-15 19:09:39 +0300
commitb0be6d8385c56ff5a0071ab7be16c3b3d98c38c9 (patch)
tree1e2df447a422078b607b9140667ce8124be1de59 /libavformat/id3v2.c
parenta83398c8d2c9bd177421546af0b57db27b71ff44 (diff)
avformat/id3v2: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/id3v2.c')
-rw-r--r--libavformat/id3v2.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 2c7b6a59b8..dae4aeb7c9 100644
--- a/libavformat/id3v2.c
+++ b/libavformat/id3v2.c
@@ -362,7 +362,6 @@ static void read_uslt(AVFormatContext *s, AVIOContext *pb, int taglen,
uint8_t *text = NULL;
char *key = NULL;
int encoding;
- unsigned genre;
int ok = 0;
if (taglen < 1)