Commit ab4746d1 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8482 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5c44e049
......@@ -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