Commit fbebdda6 authored by michael's avatar michael

increase bits for non default highprecision mode


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@8469 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2b585e3e
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#define FELEM_MAX INT16_MAX #define FELEM_MAX INT16_MAX
#define FELEM_MIN INT16_MIN #define FELEM_MIN INT16_MIN
#else #else
#define FILTER_SHIFT 22 #define FILTER_SHIFT 30
#define FELEM int32_t #define FELEM int32_t
#define FELEM2 int64_t #define FELEM2 int64_t
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment