comparison vc1.c @ 5128:d98460d07146 libavcodec

Typo
author kostya
date Tue, 12 Jun 2007 15:03:28 +0000
parents 4dbe6578f811
children d09eaf79979c
comparison
equal deleted inserted replaced
5127:4dbe6578f811 5128:d98460d07146
4011 4011
4012 return 0; 4012 return 0;
4013 } 4013 }
4014 4014
4015 /* We need to set current_picture_ptr before reading the header, 4015 /* We need to set current_picture_ptr before reading the header,
4016 * otherwise we cannot store anyting in there. */ 4016 * otherwise we cannot store anything in there. */
4017 if(s->current_picture_ptr==NULL || s->current_picture_ptr->data[0]){ 4017 if(s->current_picture_ptr==NULL || s->current_picture_ptr->data[0]){
4018 int i= ff_find_unused_picture(s, 0); 4018 int i= ff_find_unused_picture(s, 0);
4019 s->current_picture_ptr= &s->picture[i]; 4019 s->current_picture_ptr= &s->picture[i];
4020 } 4020 }
4021 4021