[Ffmpeg-devel] Spelling error:-P

Mike Melanson mike
Sat Apr 23 00:50:57 CEST 2005


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.

   :)

-- 
	-Mike Melanson





More information about the ffmpeg-devel mailing list