increase bits for non default highprecision mode

Originally committed as revision 8469 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 18 years ago
parent ae232dd740
commit ca6940f871
  1. 2
      libavcodec/resample2.c

@ -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

Loading…
Cancel
Save