Skip to content
Snippets Groups Projects
Commit ca6940f8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

increase bits for non default highprecision mode

Originally committed as revision 8469 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent ae232dd7
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment