Commit 34612651 authored by kostya's avatar kostya

Typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9290 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c6aa3b48
......@@ -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];
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment