summaryrefslogtreecommitdiff
path: root/libavcodec/resample2.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2007-03-22 11:13:13 +0000
committerMichael Niedermayer <michaelni@gmx.at>2007-03-22 11:13:13 +0000
commitd6fead9089cf2df3a3d69e6077a83b32e8dbb2ad (patch)
tree1f8f8001a671bf1ea87532269cf2e60b80058cf3 /libavcodec/resample2.c
parent303bd95cd2a8c2df5f0726dd2e435bb31d44aced (diff)
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
Diffstat (limited to 'libavcodec/resample2.c')
-rw-r--r--libavcodec/resample2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/resample2.c b/libavcodec/resample2.c
index 0cbe9b7a66..8a6e22e291 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