From: Benoit Fouet Date: Wed, 24 Feb 2010 07:33:18 +0000 (+0000) Subject: asfdec: add a debug message about skipped tags. X-Git-Tag: v0.6~1109 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=27e7492771a8b7ed8df28139e439c4a5a7b053e3;p=coroid%2Flibav_saccubus.git asfdec: add a debug message about skipped tags. Patch from Anton Khirnov wyskas gmail Originally committed as revision 22018 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c index ae59a996e..129f5968f 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))