[SCM] libav/experimental: replace long double in the audiophile kiddy mode with doubles, its faster (and more portable) and the audiophile placebo 120db stopband attenuation isnt affected

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:58:06 UTC 2013


The following commit has been merged in the experimental branch:
commit 7e068841cb801f5967a48bb51abb5a68b1045421
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Mar 22 11:23:38 2007 +0000

    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

diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c
index 8a6e22e..4209b97 100644
--- a/libavcodec/resample2.c
+++ b/libavcodec/resample2.c
@@ -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
 

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list