[SCM] libav/experimental: change high precision mode to 30 bits again after making the code less overflow sensitive

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 d6fead9089cf2df3a3d69e6077a83b32e8dbb2ad
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Mar 22 11:13:13 2007 +0000

    change high precision mode to 30 bits again after making the code less overflow sensitive
    
    Originally committed as revision 8481 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c
index 0cbe9b7..8a6e22e 100644
--- a/libavcodec/resample2.c
+++ b/libavcodec/resample2.c
@@ -40,7 +40,7 @@
 #define FELEM_MIN INT16_MIN
 #define WINDOW_TYPE 9
 #elif !defined(CONFIG_RESAMPLE_AUDIOPHILE_KIDDY_MODE)
-#define FILTER_SHIFT 22
+#define FILTER_SHIFT 30
 
 #define FELEM int32_t
 #define FELEM2 int64_t

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list