From 27e7492771a8b7ed8df28139e439c4a5a7b053e3 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Wed, 24 Feb 2010 07:33:18 +0000 Subject: 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 --- libavformat/asfdec.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/asfdec.c') 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)) -- cgit v1.2.3