Mercurial > libavcodec.hg
diff h263.c @ 6497:e44443c512b1 libavcodec
typo fixes
| author | diego |
|---|---|
| date | Sat, 15 Mar 2008 16:15:47 +0000 |
| parents | 493dc59d469a |
| children | 01647ac078a7 |
line wrap: on
line diff
--- a/h263.c Sat Mar 15 12:28:35 2008 +0000 +++ b/h263.c Sat Mar 15 16:15:47 2008 +0000 @@ -3202,7 +3202,7 @@ } if(s->pict_type == FF_B_TYPE){ while(s->next_picture.mbskip_table[ s->mb_index2xy[ mb_num ] ]) mb_num++; - if(mb_num >= s->mb_num) return -1; // slice contains just skipped MBs which where allready decoded + if(mb_num >= s->mb_num) return -1; // slice contains just skipped MBs which where already decoded } s->mb_x= mb_num % s->mb_width;
