summaryrefslogtreecommitdiff
path: root/libavcodec/sinewin.c
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
| | | | Merged-by: Michael Niedermayer <michaelni@gmx.at>
* Move sine windows to a separate fileMans Rullgard2011-03-20
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>