mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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
Block a user