increase bits for non default highprecision mode
authorMichael Niedermayer <michaelni@gmx.at>
Wed, 21 Mar 2007 22:38:07 +0000 (22:38 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Wed, 21 Mar 2007 22:38:07 +0000 (22:38 +0000)
Originally committed as revision 8469 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/resample2.c

index ce7daa3..6f487bf 100644 (file)
@@ -38,7 +38,7 @@
 #define FELEM_MAX INT16_MAX
 #define FELEM_MIN INT16_MIN
 #else
-#define FILTER_SHIFT 22
+#define FILTER_SHIFT 30
 
 #define FELEM int32_t
 #define FELEM2 int64_t