You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-04 22:03:09 +02: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