mirror of https://git.ffmpeg.org/ffmpeg.git
avformat/id3v2: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
a83398c8d2
commit
b0be6d8385
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue