[Ffmpeg-cvslog] r8482 - trunk/libavcodec/resample2.c

michael subversion
Thu Mar 22 12:23:38 CET 2007


Author: michael
Date: Thu Mar 22 12:23:38 2007
New Revision: 8482

Modified:
   trunk/libavcodec/resample2.c

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


Modified: trunk/libavcodec/resample2.c
==============================================================================
--- trunk/libavcodec/resample2.c	(original)
+++ trunk/libavcodec/resample2.c	Thu Mar 22 12:23:38 2007
@@ -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
 




More information about the ffmpeg-cvslog mailing list