mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-23 02:11:14 +08:00
avformat/id3v2: Print the unknown encoding
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -304,7 +304,7 @@ static int decode_str(AVFormatContext *s, AVIOContext *pb, int encoding,
|
||||
}
|
||||
break;
|
||||
default:
|
||||
av_log(s, AV_LOG_WARNING, "Unknown encoding\n");
|
||||
av_log(s, AV_LOG_WARNING, "Unknown encoding %d\n", encoding);
|
||||
}
|
||||
|
||||
if (ch)
|
||||
|
||||
Reference in New Issue
Block a user