diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-01-15 16:36:14 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-01-15 17:09:39 +0100 |
commit | b0be6d8385c56ff5a0071ab7be16c3b3d98c38c9 (patch) | |
tree | 1e2df447a422078b607b9140667ce8124be1de59 /libavformat/id3v2.c | |
parent | a83398c8d2c9bd177421546af0b57db27b71ff44 (diff) | |
download | ffmpeg-b0be6d8385c56ff5a0071ab7be16c3b3d98c38c9.tar.gz |
avformat/id3v2: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/id3v2.c')
-rw-r--r-- | libavformat/id3v2.c | 1 |
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) |