On 05/19/2011 03:28 PM, Mans Rullgard wrote: > This merges the float and fixed-point versions of the compute_antialias > function and eliminates a dead copy of csa_table. > > Signed-off-by: Mans Rullgard <[email protected]> > --- > libavcodec/mpegaudiodec.c | 66 > ++++++++++++++++++++++----------------- > libavcodec/mpegaudiodec_float.c | 39 ----------------------- > 2 files changed, 37 insertions(+), 68 deletions(-)
Looks ok, but csa = &csa_table[0][0]; ... csa[0+4*j] is weird. -- Luca Barbato Gentoo/linux http://dev.gentoo.org/~lu_zero _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
