Commit 85ee8450 authored by benoit's avatar benoit

asfdec: add a debug message about skipped tags.

Patch from Anton Khirnov wyskas gmail


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22018 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7f00f686
......@@ -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))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment