diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index ae59a996e7..129f5968fd 100644 --- a/libavformat/asfdec.c +++ b/libavformat/asfdec.c @@ -169,6 +169,7 @@ static void get_tag(AVFormatContext *s, const char *key, int type, int len) } else { url_fskip(s->pb, len); av_freep(&value); + av_log(s, AV_LOG_DEBUG, "Unsupported value type %d in tag %s.\n", type, key); return; } if (!strncmp(key, "WM/", 3))