[Ffmpeg-devel] BlackFin lowlevel pixel operations PATCH

Diego Biurrun diego
Sun Apr 1 12:39:55 CEST 2007


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.

Diego




More information about the ffmpeg-devel mailing list