[Ffmpeg-cvslog] r8469 - trunk/libavcodec/resample2.c
michael
subversion
Wed Mar 21 23:38:08 CET 2007
Author: michael
Date: Wed Mar 21 23:38:07 2007
New Revision: 8469
Modified:
trunk/libavcodec/resample2.c
Log:
increase bits for non default highprecission mode
Modified: trunk/libavcodec/resample2.c
==============================================================================
--- trunk/libavcodec/resample2.c (original)
+++ trunk/libavcodec/resample2.c Wed Mar 21 23:38:07 2007
@@ -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
More information about the ffmpeg-cvslog
mailing list