[FFmpeg-devel] [PATCH] Swscale YUV2RGB table generator
Diego Biurrun
diego
Mon Feb 9 10:56:47 CET 2009
On Mon, Feb 09, 2009 at 10:49:57AM +0200, Kostya wrote:
> On Sun, Feb 08, 2009 at 09:08:01PM +0100, Michael Niedermayer wrote:
>
> --- yuv2rgb2.c (revision 0)
> +++ yuv2rgb2.c (revision 0)
> @@ -0,0 +1,689 @@
> +/*
> + * yuv2rgb.c, Software YUV to RGB converter
Leave out the filename, it only creates trouble. Right now it is wrong.
> +av_cold int yuv2rgb_c_init_tables (SwsContext *c, const int inv_table[4], int fullRange,
> + int brightness, int contrast, int saturation)
nit: This is the only function that puts a space after the function name.
Diego
More information about the ffmpeg-devel
mailing list