ffmpeg | branch: master | Michael Niedermayer <mich...@niedermayer.cc> | Fri Apr 11 23:30:56 2025 +0200| [1946b7875cdec15cd5c007eadfd2a6c45bbecae7] | committer: Michael Niedermayer
avformat/id3v2: Print the unknown encoding Signed-off-by: Michael Niedermayer <mich...@niedermayer.cc> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1946b7875cdec15cd5c007eadfd2a6c45bbecae7 --- libavformat/id3v2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c index 3bdd23a250..90314583a7 100644 --- a/libavformat/id3v2.c +++ b/libavformat/id3v2.c @@ -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) _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".