[Mplayer-cvslog] CVS: main/mp3lib decod386.c, 1.15, 1.16 layer3.c, 1.8, 1.9

Alex Beregszaszi syncmail at mplayerhq.hu
Tue Apr 6 03:24:37 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var2/tmp/cvs-serv2576

Modified Files:
	decod386.c layer3.c 
Log Message:
some more globals

Index: decod386.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decod386.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- decod386.c	18 Jan 2003 19:28:53 -0000	1.15
+++ decod386.c	6 Apr 2004 01:24:34 -0000	1.16
@@ -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;

Index: layer3.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/layer3.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- layer3.c	6 Apr 2004 01:06:21 -0000	1.8
+++ layer3.c	6 Apr 2004 01:24:34 -0000	1.9
@@ -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)




More information about the MPlayer-cvslog mailing list