OSDN Git Service

avformat/id3v2: remove unused variable
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Jan 2015 15:36:14 +0000 (16:36 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Thu, 15 Jan 2015 16:09:39 +0000 (17:09 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/id3v2.c

index 2c7b6a5..dae4aeb 100644 (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)