From 7573c29480850d715e2f06cae70f252573098123 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 12 Apr 2010 10:56:17 +0000 Subject: the great MPlayer tab removal: part I git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31032 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/layer2.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mp3lib/layer2.c') diff --git a/mp3lib/layer2.c b/mp3lib/layer2.c index 867da2f2dc..f86d716882 100644 --- a/mp3lib/layer2.c +++ b/mp3lib/layer2.c @@ -18,7 +18,7 @@ static int grp_3tab[32 * 3] = { 0, }; /* used: 27 */ static int grp_5tab[128 * 3] = { 0, }; /* used: 125 */ static int grp_9tab[1024 * 3] = { 0, }; /* used: 729 */ -static real muls[27][64]; /* also used by layer 1 */ +static real muls[27][64]; /* also used by layer 1 */ static void init_layer2(void) { @@ -59,7 +59,7 @@ static void init_layer2(void) if(_has_mmx) { for(j=3,i=0;i<63;i++,j--) - *table++ = 16384 * m * pow(2.0,(double) j / 3.0); + *table++ = 16384 * m * pow(2.0,(double) j / 3.0); } else for(j=3,i=0;i<63;i++,j--) @@ -189,7 +189,7 @@ static void II_step_two(unsigned int *bit_alloc,real fraction[2][4][SBLIMIT],int for (i=jsbound;ibits; - bita++; /* channel 1 and channel 2 bitalloc are the same */ + bita++; /* channel 1 and channel 2 bitalloc are the same */ if ( (ba=*bita++) ) { k=(alloc2 = alloc1+ba)->bits; -- cgit v1.2.3