[FFmpeg-devel] PATCH BlackFin YUV2 to RGB Color Space Converters

Diego Biurrun diego
Sat May 5 10:35:21 CEST 2007


On Fri, May 04, 2007 at 10:50:17PM -0400, Marc Hoffman wrote:
> 
> Please review thank you.
> 
> --- libswscale/yuv2rgb.c	(revision 23235)
> +++ libswscale/yuv2rgb.c	(working copy)
> @@ -611,6 +611,14 @@
>  
> +#ifdef ARCH_BFIN 
> +    if (c->flags & SWS_CPU_CAPS_BFIN)
> +    {
> +      SwsFunc t = ff_bfin_yuv2rgb_get_func_ptr (c);
> +      if(t) return t;
> +    }
> +#endif
> + 

wrong indentation, trailing whitespace (in other places as well)

Diego




More information about the ffmpeg-devel mailing list