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

Marc Hoffman mmh
Sun May 6 05:22:17 CEST 2007


Diego Biurrun writes:
 > 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)

Addressed thanks.




More information about the ffmpeg-devel mailing list