Commit 65298a19 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/id3v2: Mark variable as unused to avoid "set but not used" warning

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 6aa39080
......@@ -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;
......
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