[FFmpeg-cvslog] r22018 - trunk/libavformat/asfdec.c
benoit
subversion
Wed Feb 24 08:33:18 CET 2010
Author: benoit
Date: Wed Feb 24 08:33:18 2010
New Revision: 22018
Log:
asfdec: add a debug message about skipped tags.
Patch from Anton Khirnov wyskas gmail
Modified:
trunk/libavformat/asfdec.c
Modified: trunk/libavformat/asfdec.c
==============================================================================
--- trunk/libavformat/asfdec.c Wed Feb 24 08:32:20 2010 (r22017)
+++ trunk/libavformat/asfdec.c Wed Feb 24 08:33:18 2010 (r22018)
@@ -169,6 +169,7 @@ static void get_tag(AVFormatContext *s,
} 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))
More information about the ffmpeg-cvslog
mailing list