Signed-off-by: Michael Niedermayer <[email protected]>
---
libavformat/id3v2.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/id3v2.c b/libavformat/id3v2.c
index 3bdd23a2509..90314583a74 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)
--
2.49.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".