mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
avformat/id3v2: Print the unknown encoding
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
979608dde7
commit
1946b7875c
1 changed files with 1 additions and 1 deletions
|
|
@ -304,7 +304,7 @@ static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding,
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
av_log(s, AV_LOG_WARNING, "Unknown encoding\n");
|
av_log(s, AV_LOG_WARNING, "Unknown encoding %d\n", encoding);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (ch)
|
if (ch)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue