This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
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
tags/v0.5
Michael Niedermayer
18 years ago
parent
303bd95cd2
commit
d6fead9089
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/resample2.c
+ 1
- 1
libavcodec/resample2.c
View File
@@ -40,7 +40,7 @@
#define FELEM_MIN INT16_MIN
#define FELEM_MIN INT16_MIN
#define WINDOW_TYPE 9
#define WINDOW_TYPE 9
#elif !defined(CONFIG_RESAMPLE_AUDIOPHILE_KIDDY_MODE)
#elif !defined(CONFIG_RESAMPLE_AUDIOPHILE_KIDDY_MODE)
#define FILTER_SHIFT
22
#define FILTER_SHIFT
30
#define FELEM int32_t
#define FELEM int32_t
#define FELEM2 int64_t
#define FELEM2 int64_t
Write
Preview
Loading…
Cancel
Save