[Mplayer-cvslog] CVS: main/mp3lib tabinit.c,1.5,1.6

Alex Beregszaszi syncmail at mplayerhq.hu
Tue Apr 6 03:12:01 CEST 2004


CVS change done by Alex Beregszaszi

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

Modified Files:
	tabinit.c 
Log Message:
removing more globals

Index: tabinit.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/tabinit.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- tabinit.c	6 Apr 2004 01:06:21 -0000	1.5
+++ tabinit.c	6 Apr 2004 01:11:59 -0000	1.6
@@ -1,4 +1,5 @@
-real mp3lib_decwin[(512+32)], cos64[32], cos32[16], cos16[8], cos8[4], cos4[2];
+real mp3lib_decwin[(512+32)];
+static real cos64[32], cos32[16], cos16[8], cos8[4], cos4[2];
 real *mp3lib_pnts[]={ cos64,cos32,cos16,cos8,cos4 };
 
 static long intwinbase[] = {




More information about the MPlayer-cvslog mailing list