On Wed, Apr 10, 2013 at 07:24:34PM +0300, Martin Storsjö wrote:
> --- a/libavcodec/bfin/pixels_bfin.S
> +++ b/libavcodec/bfin/hpel_pixels_bfin.S
> @@ -20,70 +20,6 @@
>   */
>  #include "config_bfin.h"
>  
> -DEFUN(put_pixels_clamped,mL1,
> -        (int16_t *block, uint8_t *dest, int line_size)):

Note to self: some of those ints should likely be ptrdiff_t.

> --- /dev/null
> +++ b/libavcodec/bfin/hpeldsp_bfin.c
> @@ -0,0 +1,119 @@
> +
> +void ff_hpeldsp_init_bfin(HpelDSPContext* c, int flags)

*c, missing av_cold, fixed locally

> --- /dev/null
> +++ b/libavcodec/bfin/hpeldsp_bfin.h
> @@ -0,0 +1,50 @@
> +/*
> + * BlackFin DSPUTILS COMMON OPTIMIZATIONS HEADER

That comment is slightly outdated now.  I removed it locally, if
there are better suggestions, I'm all ears.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to