mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avformat/id3v2: Mark variable as unused to avoid "set but not used" warning
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
6aa39080cc
commit
65298a192a
@ -408,7 +408,7 @@ static void read_comment(AVFormatContext *s, AVIOContext *pb, int taglen,
|
||||
const char *key = "comment";
|
||||
uint8_t *dst;
|
||||
int encoding, dict_flags = AV_DICT_DONT_OVERWRITE | AV_DICT_DONT_STRDUP_VAL;
|
||||
int language;
|
||||
av_unused int language;
|
||||
|
||||
if (taglen < 4)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user