changeset 4703:07f7ca450695 libavcodec

revert r8469 (increase bits for non default highprecision mode) it causes overflows with linear interpolated filters coefficients
author michael
date Thu, 22 Mar 2007 03:18:34 +0000
parents a8794f26ea98
children 0cb02a723a62
files resample2.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/resample2.c	Thu Mar 22 03:16:02 2007 +0000
+++ b/resample2.c	Thu Mar 22 03:18:34 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 30
+#define FILTER_SHIFT 22
 
 #define FELEM int32_t
 #define FELEM2 int64_t