summaryrefslogtreecommitdiff
path: root/libavcodec/rdft.h
Commit message (Collapse)AuthorAge
* dct/rdft: Remove duplicate typedefs for context structsDiego Biurrun2014-07-25
| | | | | | | The typedefs also exist in the avfft.h header and since typedefs cannot be legally redefined in C, the code fails to compile with some compilers. This reverts commits 11c7155cce and 57f1b1dcc7.
* dct/rdft: Add missing typedefs for context structsDiego Biurrun2014-07-22
| | | | Without the typedefs there can be trouble depending on #include order.
* multiple inclusion guard cleanupDiego Biurrun2011-05-21
| | | | | Add missing multiple inclusion guards; clean up #endif comments; add missing library prefixes; keep guard names consistent.
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
This leaves fft.h with only the core FFT and MDCT definitions thus making it more managable. Signed-off-by: Mans Rullgard <mans@mansr.com>