Mercurial > mplayer.hg
changeset 12134:83822b2b0a17
some more globals
author | alex |
---|---|
date | Tue, 06 Apr 2004 01:24:34 +0000 |
parents | c3cce8454ee5 |
children | ec3c9fe261b9 |
files | mp3lib/decod386.c mp3lib/layer3.c |
diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/decod386.c Tue Apr 06 01:12:36 2004 +0000 +++ b/mp3lib/decod386.c Tue Apr 06 01:24:34 2004 +0000 @@ -147,10 +147,10 @@ } #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;
--- a/mp3lib/layer3.c Tue Apr 06 01:12:36 2004 +0000 +++ b/mp3lib/layer3.c Tue Apr 06 01:24:34 2004 +0000 @@ -1167,7 +1167,7 @@ * 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)