diff resample2.c @ 4708:0ebf322d148e libavcodec

change high precision mode to 30 bits again after making the code less overflow sensitive
author michael
date Thu, 22 Mar 2007 11:13:13 +0000
parents 441cded6920c
children 6768647cc0fd
line wrap: on
line diff
--- a/resample2.c	Thu Mar 22 11:10:30 2007 +0000
+++ b/resample2.c	Thu Mar 22 11:13:13 2007 +0000
@@ -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