# HG changeset patch # User kostya # Date 1181660608 0 # Node ID d98460d071467a0713b5505dba04e0c36b3f85e2 # Parent 4dbe6578f811ab24d8c5d20ada61a68c3271a3f3 Typo diff -r 4dbe6578f811 -r d98460d07146 vc1.c --- 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];