diff vc1.c @ 5127:4dbe6578f811 libavcodec

misc spelling fixes
author diego
date Tue, 12 Jun 2007 09:29:25 +0000
parents e6d4d3d478d6
children d98460d07146
line wrap: on
line diff
--- a/vc1.c	Tue Jun 12 08:06:54 2007 +0000
+++ b/vc1.c	Tue Jun 12 09:29:25 2007 +0000
@@ -4012,7 +4012,8 @@
         return 0;
     }
 
-    //we need to set current_picture_ptr before reading the header, otherwise we cant store anyting im there
+    /* We need to set current_picture_ptr before reading the header,
+     * otherwise we cannot store anyting 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];