cosmetics: typo fixes

Originally committed as revision 12554 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Diego Biurrun
2008-03-22 16:46:36 +00:00
parent a94948d327
commit 04932b0d97
6 changed files with 8 additions and 7 deletions

View File

@ -561,7 +561,7 @@ static int is_intra_more_likely(MpegEncContext *s){
undamaged_count++;
}
if(undamaged_count < 5) return 0; //allmost all MBs damaged -> use temporal prediction
if(undamaged_count < 5) return 0; //almost all MBs damaged -> use temporal prediction
#ifdef HAVE_XVMC
//prevent dsp.sad() check, that requires access to the image