mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02:00
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
This commit is contained in:
parent
47794b9d3e
commit
27e7492771
@ -169,6 +169,7 @@ static void get_tag(AVFormatContext *s, const char *key, int type, int len)
|
|||||||
} else {
|
} else {
|
||||||
url_fskip(s->pb, len);
|
url_fskip(s->pb, len);
|
||||||
av_freep(&value);
|
av_freep(&value);
|
||||||
|
av_log(s, AV_LOG_DEBUG, "Unsupported value type %d in tag %s.\n", type, key);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if (!strncmp(key, "WM/", 3))
|
if (!strncmp(key, "WM/", 3))
|
||||||
|
Loading…
Reference in New Issue
Block a user