[FFmpeg-cvslog] r26274 - trunk/libavformat/wtv.c

pross subversion
Sun Jan 9 03:13:58 CET 2011


Author: pross
Date: Sun Jan  9 03:13:58 2011
New Revision: 26274

Log:
wtv: fix typo

Modified:
   trunk/libavformat/wtv.c

Modified: trunk/libavformat/wtv.c
==============================================================================
--- trunk/libavformat/wtv.c	Sun Jan  9 03:11:41 2011	(r26273)
+++ trunk/libavformat/wtv.c	Sun Jan  9 03:13:58 2011	(r26274)
@@ -488,7 +488,7 @@ static int parse_chunks(AVFormatContext 
             !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);
     }



More information about the ffmpeg-cvslog mailing list