summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_i586.c
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 16:25:18 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 16:25:18 +0000
commita9df2bb148f170f00f1a6c96c542784bfee7bfe4 (patch)
tree41b34011828b3824f2950de1a5eb88c958906711 /mp3lib/decode_i586.c
parent991ff1be271453f937f0678f62f9b26f429ff531 (diff)
downloadmpv-a9df2bb148f170f00f1a6c96c542784bfee7bfe4.tar.bz2
mpv-a9df2bb148f170f00f1a6c96c542784bfee7bfe4.tar.xz
Use int and uint32_t instead of long and unsigned long, when appropriate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23452 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/decode_i586.c')
-rw-r--r--mp3lib/decode_i586.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mp3lib/decode_i586.c b/mp3lib/decode_i586.c
index 0a4ca1ebf1..0d1370f342 100644
--- a/mp3lib/decode_i586.c
+++ b/mp3lib/decode_i586.c
@@ -33,9 +33,9 @@
#include "mangle.h"
#define real float /* ugly - but only way */
-static long attribute_used buffs[1088]={0};
-static long attribute_used bo=1;
-static long attribute_used saved_ebp=0;
+static int attribute_used buffs[1088]={0};
+static int attribute_used bo=1;
+static int attribute_used saved_ebp=0;
int synth_1to1_pent(real *bandPtr, int channel, short *samples)
{