[FFmpeg-cvslog] r9290 - trunk/libavcodec/vc1.c

kostya subversion
Tue Jun 12 17:03:31 CEST 2007


Author: kostya
Date: Tue Jun 12 17:03:28 2007
New Revision: 9290

Log:
Typo

Modified:
   trunk/libavcodec/vc1.c

Modified: trunk/libavcodec/vc1.c
==============================================================================
--- trunk/libavcodec/vc1.c	(original)
+++ trunk/libavcodec/vc1.c	Tue Jun 12 17:03:28 2007
@@ -4013,7 +4013,7 @@ static int vc1_decode_frame(AVCodecConte
     }
 
     /* We need to set current_picture_ptr before reading the header,
-     * otherwise we cannot store anyting in there. */
+     * otherwise we cannot store anything in there. */
     if(s->current_picture_ptr==NULL || s->current_picture_ptr->data[0]){
         int i= ff_find_unused_picture(s, 0);
         s->current_picture_ptr= &s->picture[i];




More information about the ffmpeg-cvslog mailing list