On Thu, Oct 24, 2013 at 2:04 AM, Diego Biurrun <[email protected]> wrote:
> ---
>  libavfilter/x86/vf_gradfun_init.c |   43 
> +++++++++++++++++++++++--------------
>  libavfilter/x86/vf_hqdn3d_init.c  |   18 +++++++++++-----
>  2 files changed, 40 insertions(+), 21 deletions(-)
>
> diff --git a/libavfilter/x86/vf_gradfun_init.c 
> b/libavfilter/x86/vf_gradfun_init.c
> index b661a9a..d45fb99 100644
> --- a/libavfilter/x86/vf_gradfun_init.c
> +++ b/libavfilter/x86/vf_gradfun_init.c

OK

> diff --git a/libavfilter/x86/vf_hqdn3d_init.c 
> b/libavfilter/x86/vf_hqdn3d_init.c
> index 2893a54..874523b 100644
> --- a/libavfilter/x86/vf_hqdn3d_init.c
> +++ b/libavfilter/x86/vf_hqdn3d_init.c
> @@ -35,5 +43,5 @@ av_cold void ff_hqdn3d_init_x86(HQDN3DContext *hqdn3d)
>      hqdn3d->denoise_row[ 9] = ff_hqdn3d_row_9_x86;
>      hqdn3d->denoise_row[10] = ff_hqdn3d_row_10_x86;
>      hqdn3d->denoise_row[16] = ff_hqdn3d_row_16_x86;
> -#endif
> +#endif /* HAVE_YASM */
>  }

In this section maybe denoise_row[ 8] and desnoise_row[ 9] could be
aligned at the = instead of the [] ?

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

Reply via email to