Commit 7e068841 authored by Michael Niedermayer's avatar Michael Niedermayer

replace long double in the audiophile kiddy mode with doubles, its faster (and...

replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected

Originally committed as revision 8482 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent d6fead90
......@@ -51,9 +51,9 @@
#else
#define FILTER_SHIFT 0
#define FELEM long double
#define FELEM2 long double
#define FELEML long double
#define FELEM double
#define FELEM2 double
#define FELEML double
#define WINDOW_TYPE 24
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment