[Ffmpeg-devel] BlackFin lowlevel pixel operations PATCH

Marc Hoffman mmh
Sun Apr 1 13:28:01 CEST 2007


Diego Biurrun writes:
 > On Fri, Mar 30, 2007 at 07:32:14AM -0400, Marc Hoffman wrote:
 > > 
 > > --- bfin/dsputil_bfin.c	(revision 8517)
 > > +++ bfin/dsputil_bfin.c	(working copy)
 > > @@ -18,38 +21,296 @@
 > >  
 > > +static void bfin_idct_add (uint8_t *dest, int line_size, DCTELEM *block)
 > > +{
 > > +  ff_bfin_idct (block);
 > > +  ff_bfin_add_pixels_clamped (block, dest, line_size);
 > > +}
 > 
 > Here and everywhere else: FFmpeg coding style mandates 4 space
 > indentation.
 > 

No problem, is that for every indentation level or just the first level?

Marc




More information about the ffmpeg-devel mailing list