summaryrefslogtreecommitdiffstats
path: root/mp3lib
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-02 03:35:50 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-08-02 03:35:50 +0000
commitb0f5574d7abda77fe5a5eed67b7f78ec6bf574cb (patch)
tree1f7b33a616dd7918a2a92bd462e7525549cb92ab /mp3lib
parent4cd760385df3663db0b57886f91f37ab57e894be (diff)
downloadmpv-b0f5574d7abda77fe5a5eed67b7f78ec6bf574cb.tar.bz2
mpv-b0f5574d7abda77fe5a5eed67b7f78ec6bf574cb.tar.xz
ICC 8.0 compilation fixes
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12929 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib')
-rw-r--r--mp3lib/decode_i586.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c
index 7b0359ca65..41f239126a 100644
--- a/mp3lib/decode_i586.c
+++ b/mp3lib/decode_i586.c
@@ -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)
{