diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-06-12 15:03:28 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2007-06-12 15:03:28 +0000 |
commit | c294d7c6bafb5115dbaffd12aec4530ffed3a0b4 (patch) | |
tree | 5f54ede0e857ac20adc87841318ca5579ba24dda /libavcodec/vc1.c | |
parent | 755bfeabccbba9ae1b565b11d645b8e4fe139fa8 (diff) | |
download | ffmpeg-c294d7c6bafb5115dbaffd12aec4530ffed3a0b4.tar.gz |
Typo
Originally committed as revision 9290 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vc1.c')
-rw-r--r-- | libavcodec/vc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vc1.c b/libavcodec/vc1.c index 383ab3b774..391d4e1f98 100644 --- a/libavcodec/vc1.c +++ b/libavcodec/vc1.c @@ -4013,7 +4013,7 @@ static int vc1_decode_frame(AVCodecContext *avctx, } /* 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]; |