ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Thu Jan 15 16:36:14 2015 +0100| [b0be6d8385c56ff5a0071ab7be16c3b3d98c38c9] | committer: Michael Niedermayer
avformat/id3v2: remove unused variable Signed-off-by: Michael Niedermayer <[email protected]> > 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) _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
