projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47794b9
)
asfdec: add a debug message about skipped tags.
author
Benoit Fouet
<benoit.fouet@free.fr>
Wed, 24 Feb 2010 07:33:18 +0000
(07:33 +0000)
committer
Benoit Fouet
<benoit.fouet@free.fr>
Wed, 24 Feb 2010 07:33:18 +0000
(07:33 +0000)
Patch from Anton Khirnov wyskas gmail
Originally committed as revision 22018 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/asfdec.c
patch
|
blob
|
history
diff --git
a/libavformat/asfdec.c
b/libavformat/asfdec.c
index
ae59a99
..
129f596
100644
(file)
--- 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))