changeset 5128:d98460d07146 libavcodec

Typo
author kostya
date Tue, 12 Jun 2007 15:03:28 +0000
parents 4dbe6578f811
children 0244bba24b43
files vc1.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/vc1.c	Tue Jun 12 09:29:25 2007 +0000
+++ b/vc1.c	Tue Jun 12 15:03:28 2007 +0000
@@ -4013,7 +4013,7 @@
     }
 
     /* 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];