summaryrefslogtreecommitdiffstats
path: root/libavcodec/sinewin_tablegen.c
Commit message (Collapse)AuthorAgeFilesLines
* wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-161-1/+1
| | | | | | | WMApro actually support 13-bits block sizes (potentially even up to 14), and thus we should support that also. If we get block sizes beyond what the decoder can handle (14 is possible depending on s->decode_flags), error out instead of crashing.
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+49
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>
OpenPOWER on IntegriCloud