Commit b0be6d83 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/id3v2: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent a83398c8
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment