[FFmpeg-devel] [PATCH] Box-Muller gaussian generator

Diego Biurrun diego
Sun Dec 6 19:46:08 CET 2009


On Sun, Dec 06, 2009 at 07:23:47PM +0100, Stefano Sabatini wrote:
> 
> I'm going to use this for a noise filter, I believe this could be
> useful in other part of libav* though.
> 
> --- /dev/null	1970-01-01 00:00:00.000000000 +0000
> +++ libavfilter-soc/ffmpeg/libavutil/bmg.c	2009-12-06 19:21:13.000000000 +0100
> @@ -0,0 +1,72 @@
> +
> +#ifdef TEST
> +
> +#undef printf
> +
> +int main()

int main(void)

Diego



More information about the ffmpeg-devel mailing list