1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

increase bits for non default highprecision mode

Originally committed as revision 8469 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2007-03-21 22:38:07 +00:00
parent ae232dd740
commit ca6940f871

View 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