avformat/id3v2: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-01-15 16:36:14 +01:00
parent a83398c8d2
commit b0be6d8385
1 changed files with 0 additions and 1 deletions

View File

@ -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)