[Ffmpeg-devel] Spelling error:-P
Kevin Baragona
kevinmb500
Sun Apr 24 01:41:49 CEST 2005
I've looked through the file and found a bunch more.
Tomorrow i'll look at another file.
And yes I caught coefficents!
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.
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpegvideo.c.diff
Type: text/x-patch
Size: 6239 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20050423/6dbd0aa7/attachment.bin>
More information about the ffmpeg-devel
mailing list