[SCM] libav/experimental: asfdec: add a debug message about skipped tags. Patch from Anton Khirnov wyskas gmail

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:01:24 UTC 2013


The following commit has been merged in the experimental branch:
commit 27e7492771a8b7ed8df28139e439c4a5a7b053e3
Author: Benoit Fouet <benoit.fouet at free.fr>
Date:   Wed Feb 24 07:33:18 2010 +0000

    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

diff --git a/libavformat/asfdec.c b/libavformat/asfdec.c
index ae59a99..129f596 100644
--- 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))

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list