On 09/02/12 11:29, Janne Grunau wrote:
> ---
>  libavfilter/x86/yadif_template.c |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/libavfilter/x86/yadif_template.c 
> b/libavfilter/x86/yadif_template.c
> index 962a7c7..a195ce8 100644
> --- a/libavfilter/x86/yadif_template.c
> +++ b/libavfilter/x86/yadif_template.c
> @@ -107,10 +107,10 @@ void RENAME(ff_yadif_filter_line)(uint8_t *dst,
>                                    uint8_t *prev, uint8_t *cur, uint8_t *next,
>                                    int w, int prefs, int mrefs, int parity, 
> int mode)
>  {
> -    DECLARE_ALIGNED(16, uint8_t, tmp0[16]);
> -    DECLARE_ALIGNED(16, uint8_t, tmp1[16]);
> -    DECLARE_ALIGNED(16, uint8_t, tmp2[16]);
> -    DECLARE_ALIGNED(16, uint8_t, tmp3[16]);
> +    DECLARE_ALIGNED(16, uint8_t, tmp0)[16];
> +    DECLARE_ALIGNED(16, uint8_t, tmp1)[16];
> +    DECLARE_ALIGNED(16, uint8_t, tmp2)[16];
> +    DECLARE_ALIGNED(16, uint8_t, tmp3)[16];
>      int x;
>  
>  #define FILTER\

Ok.

-- 

Luca Barbato
Gentoo/linux
http://dev.gentoo.org/~lu_zero

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to