On Wed, Mar 30, 2011 at 7:50 AM, Mans Rullgard <[email protected]> wrote: > --- > libavcodec/Makefile | 10 +++++-- > libavcodec/costablegen.c | 26 +++++++++++++++-- > libavcodec/fft-internal.h | 67 > +++++++++++++++++++++++++++++++++++++++++++++ > libavcodec/fft.c | 53 ++++++++++++++++++++--------------- > libavcodec/fft.h | 41 ++++++++++++++++++++++++--- > libavcodec/fft_fixed.c | 20 +++++++++++++ > libavcodec/fft_float.c | 20 +++++++++++++ > libavcodec/mdct.c | 32 +++++++++------------ > libavcodec/mdct_fixed.c | 20 +++++++++++++ > libavcodec/mdct_float.c | 20 +++++++++++++ > 10 files changed, 257 insertions(+), 52 deletions(-) > create mode 100644 libavcodec/fft-internal.h > create mode 100644 libavcodec/fft_fixed.c > create mode 100644 libavcodec/fft_float.c > create mode 100644 libavcodec/mdct_fixed.c > create mode 100644 libavcodec/mdct_float.c >
Seems OK to me. _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
