Browse Source

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
tags/v0.6
Benoit Fouet 15 years ago
parent
commit
27e7492771
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/asfdec.c

+ 1
- 0
libavformat/asfdec.c View File

@@ -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))


Loading…
Cancel
Save