# HG changeset patch # User diego # Date 1205597747 0 # Node ID e44443c512b1d733e116453be98fa7ab90de3995 # Parent 8fbbe12e0c399c3c47b4c4f519c3142f36a54856 typo fixes diff -r 8fbbe12e0c39 -r e44443c512b1 h263.c --- 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; diff -r 8fbbe12e0c39 -r e44443c512b1 mpegvideo.c --- a/mpegvideo.c Sat Mar 15 12:28:35 2008 +0000 +++ b/mpegvideo.c Sat Mar 15 16:15:47 2008 +0000 @@ -862,7 +862,7 @@ } if(s->current_picture_ptr && s->current_picture_ptr->data[0]==NULL) - pic= (AVFrame*)s->current_picture_ptr; //we allready have a unused image (maybe it was set before reading the header) + pic= (AVFrame*)s->current_picture_ptr; //we already have a unused image (maybe it was set before reading the header) else{ i= ff_find_unused_picture(s, 0); pic= (AVFrame*)&s->picture[i]; diff -r 8fbbe12e0c39 -r e44443c512b1 mpegvideo_enc.c --- a/mpegvideo_enc.c Sat Mar 15 12:28:35 2008 +0000 +++ b/mpegvideo_enc.c Sat Mar 15 16:15:47 2008 +0000 @@ -1375,7 +1375,7 @@ }else skip_dc=1; - /* are all which we could set to zero are allready zero? */ + /* Are all we could set to zero already zero? */ if(last_index<=skip_dc - 1) return; for(i=0; i<=last_index; i++){