mirror of https://github.com/mpv-player/mpv
some more globals
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12135 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
28a066c29f
commit
028ad0664b
|
@ -147,10 +147,10 @@ static int synth_1to1_r(real *bandPtr,int channel,unsigned char *out,int *pnt)
|
|||
}
|
||||
#endif
|
||||
|
||||
synth_func_t synth_func;
|
||||
static synth_func_t synth_func;
|
||||
|
||||
#if defined(CAN_COMPILE_X86_ASM)
|
||||
int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
|
||||
static int synth_1to1_MMX( real *bandPtr,int channel,short * samples)
|
||||
{
|
||||
static short buffs[2][2][0x110];
|
||||
static int bo = 1;
|
||||
|
|
|
@ -1167,7 +1167,7 @@ static void III_antialias(real xr[SBLIMIT][SSLIMIT],struct gr_info_s *gr_info) {
|
|||
* III_hybrid
|
||||
*/
|
||||
|
||||
dct36_func_t dct36_func;
|
||||
static dct36_func_t dct36_func;
|
||||
|
||||
static void III_hybrid(real fsIn[SBLIMIT][SSLIMIT],real tsOut[SSLIMIT][SBLIMIT],
|
||||
int ch,struct gr_info_s *gr_info)
|
||||
|
|
Loading…
Reference in New Issue