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

Atmosfear syncmail at mplayerhq.hu
Mon Aug 2 05:35:52 CEST 2004


CVS change done by Atmosfear

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

Modified Files:
	decode_i586.c 
Log Message:
ICC 8.0 compilation fixes

Index: decode_i586.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decode_i586.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- decode_i586.c	26 Apr 2004 10:09:31 -0000	1.5
+++ decode_i586.c	2 Aug 2004 03:35:50 -0000	1.6
@@ -27,9 +27,9 @@
 #include "../mangle.h"
 #define real float /* ugly - but only way */
 
-static long buffs[1088];
+static long buffs[1088]={0};
 static long attribute_used bo=1;
-static long saved_ebp;
+static long saved_ebp=0;
 
 int synth_1to1_pent(real *bandPtr, int channel, short *samples)
 {




More information about the MPlayer-cvslog mailing list