[Ffmpeg-devel] BlackFin lowlevel pixel operations PATCH

Diego Biurrun diego
Mon Apr 2 00:25:43 CEST 2007


On Sun, Apr 01, 2007 at 04:36:26PM -0400, Marc Hoffman wrote:
> 
> I took the time to rewrite the comments and most of the broken english
> has been replaced with something a little more useful. Thanks

Much better, thank you.

Patch applied along with some spelling/wording corrections.

One more question:

> --- bfin/dsputil_bfin.c	(revision 8581)
> +++ bfin/dsputil_bfin.c	(working copy)
> @@ -18,38 +21,296 @@
>  
> +#if 0
> +void pblk (uint8_t *p, int w, int h, int s)
>  {
> +    int i,j;
> +    av_log (0,0,"0x%08x:\n", p);
> +    for (i = 0;i<h;i++) {
> +        for (j=0;j<w;j++)
> +	  av_log (0,0,"%3d ", p[j]);
> +	p+=s;
> +	av_log (0,0,"\n");
> +    }
> +    av_log (0,0,"\n");
>  }
> +#endif

What for?  And why the unintuitive name?

Diego




More information about the ffmpeg-devel mailing list