[Ffmpeg-devel] Spelling error:-P

Kevin Baragona kevinmb500
Sun Apr 24 00:54:43 CEST 2005


Hmmm. I'm going to search that file for errors because nobody else wants
to! Then i'll put up the changes.


On Sat, 2005-04-23 at 09:28 +0200, M?ns Rullg?rd wrote:
> Mike Melanson <mike at multimedia.cx> writes:
> 
> > Kevin Baragona wrote:
> >> i found a spelling error in mpegvideo.c
> >> It prints out sometimes when encoding msmpeg4, msmpegv2, wmv1, wmv2.
> >> I'm a pretty lousy coder...maybe i'll spend my time doing
> >> insignificant
> >> stuff like this. :D
> >> ------------------------------------------------------------------------
> >> --- mpegvideo.c	2005-04-20 03:05:15.000000000 -0700
> >> +++ mpegvideomod.c	2005-04-22 15:18:12.030715512 -0700
> >> @@ -3943,7 +3943,7 @@
> >>      }
> >>           if(overflow && s->avctx->mb_decision ==
> >> FF_MB_DECISION_SIMPLE)
> >> -        av_log(s->avctx, AV_LOG_INFO, "warning, cliping %d dct coefficents to %d..%d\n", overflow, minlevel, maxlevel);
> >> +        av_log(s->avctx, AV_LOG_INFO, "warning, clipping %d dct coefficents to %d..%d\n", overflow, minlevel, maxlevel);
> >
> > 	But you missed the spelling error a few more characters over:
> > 	coefficents -> coefficients.
> 
> These are not the only spelling errors.  There are quite a few more,
> especially in comments.  Perhaps we should start correcting them when
> we come across them.
> 





More information about the ffmpeg-devel mailing list