On Thu, Oct 24, 2013 at 10:47:42AM +0200, Vittorio Giovara wrote: > On Thu, Oct 24, 2013 at 2:04 AM, Diego Biurrun <[email protected]> wrote: > > --- 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 [] ?
Queued with that changed. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
