OSDN Git Service

Move sine windows to a separate file
authorMans Rullgard <mans@mansr.com>
Sat, 19 Mar 2011 23:44:00 +0000 (23:44 +0000)
committerMans Rullgard <mans@mansr.com>
Sun, 20 Mar 2011 13:25:19 +0000 (13:25 +0000)
commit4538729afed44a0ee0a762d3ef69aa4bbb7f10b3
tree746f6f85406a0100bff5684c1055c8922761d020
parenta45fbda994df54600101e845e29f0af60e456e95
Move sine windows to a separate file

These windows do not really belong in fft/mdct files and were
easily confused with the similarly named tables used by rdft.

Signed-off-by: Mans Rullgard <mans@mansr.com>
19 files changed:
configure
libavcodec/Makefile
libavcodec/aacdec.c
libavcodec/aacenc.c
libavcodec/atrac1.c
libavcodec/cook.c
libavcodec/fft.h
libavcodec/imc.c
libavcodec/mdct.c
libavcodec/nellymoserdec.c
libavcodec/nellymoserenc.c
libavcodec/sinewin.c [new file with mode: 0644]
libavcodec/sinewin.h [new file with mode: 0644]
libavcodec/sinewin_tablegen.c [moved from libavcodec/mdct_tablegen.c with 94% similarity]
libavcodec/sinewin_tablegen.h [moved from libavcodec/mdct_tablegen.h with 95% similarity]
libavcodec/twinvq.c
libavcodec/wma.c
libavcodec/wmaprodec.c
libavcodec/wmavoice.c