From b0be6d8385c56ff5a0071ab7be16c3b3d98c38c9 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 15 Jan 2015 16:36:14 +0100 Subject: [PATCH] avformat/id3v2: remove unused variable Signed-off-by: Michael Niedermayer --- libavformat/id3v2.c | 1 - 1 file changed, 1 deletion(-) 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)