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

change high precision mode to 30 bits again after making the code less overflow sensitive

Originally committed as revision 8481 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 303bd95c
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,7 @@
#define FELEM_MIN INT16_MIN
#define WINDOW_TYPE 9
#elif !defined(CONFIG_RESAMPLE_AUDIOPHILE_KIDDY_MODE)
#define FILTER_SHIFT 22
#define FILTER_SHIFT 30
#define FELEM int32_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