[FFmpeg-cvslog] avformat/id3v2: remove unused variable

Michael Niedermayer git at videolan.org
Thu Jan 15 18:02:45 CET 2015


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Jan 15 16:36:14 2015 +0100| [b0be6d8385c56ff5a0071ab7be16c3b3d98c38c9] | committer: Michael Niedermayer

avformat/id3v2: remove unused variable

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0be6d8385c56ff5a0071ab7be16c3b3d98c38c9
---

 libavformat/id3v2.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 2c7b6a5..dae4aeb 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)



More information about the ffmpeg-cvslog mailing list