[Ffmpeg-cvslog] r8481 - trunk/libavcodec/resample2.c

michael subversion
Thu Mar 22 12:13:13 CET 2007


Author: michael
Date: Thu Mar 22 12:13:13 2007
New Revision: 8481

Modified:
   trunk/libavcodec/resample2.c

Log:
change high precission mode to 30 bits again after making the code less overflow sensitive


Modified: trunk/libavcodec/resample2.c
==============================================================================
--- trunk/libavcodec/resample2.c	(original)
+++ trunk/libavcodec/resample2.c	Thu Mar 22 12:13:13 2007
@@ -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




More information about the ffmpeg-cvslog mailing list