Mercurial > libavcodec.hg
changeset 6497:e44443c512b1 libavcodec
typo fixes
author | diego |
---|---|
date | Sat, 15 Mar 2008 16:15:47 +0000 |
parents | 8fbbe12e0c39 |
children | d9c48a85fd23 |
files | h263.c mpegvideo.c mpegvideo_enc.c |
diffstat | 3 files changed, 3 insertions(+), 3 deletions(-) [+] |
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;
--- 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];
--- 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++){