[SCM] libav/experimental: wtv: fix typo

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:21:37 UTC 2013


The following commit has been merged in the experimental branch:
commit 9372f31e037240cf139e5df55f85bb8f2e64f16e
Author: Peter Ross <pross at xvid.org>
Date:   Sun Jan 9 02:13:58 2011 +0000

    wtv: fix typo
    
    Originally committed as revision 26274 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/wtv.c b/libavformat/wtv.c
index 046a6bd7..a178eb2 100644
--- a/libavformat/wtv.c
+++ b/libavformat/wtv.c
@@ -488,7 +488,7 @@ static int parse_chunks(AVFormatContext *s, int mode, int64_t seekts, int *len_p
             !ff_guidcmp(g, (const ff_asf_guid){0xA1,0xC3,0xD2,0xC2,0x7E,0x9A,0xDA,0x11,0x8B,0xF7,0x00,0x07,0xE9,0x5E,0xAD,0x8D})) {
             //ignore known guids
         } else
-            av_log(s, AV_LOG_WARNING, "unsuported chunk:"PRI_GUID"\n", ARG_GUID(g));
+            av_log(s, AV_LOG_WARNING, "unsupported chunk:"PRI_GUID"\n", ARG_GUID(g));
 
         url_fskip(pb, WTV_PAD8(len) - consumed);
     }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list