mpegaudio_tablegen: try to fix hardcoded tables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-08-02 06:10:28 +02:00
parent 96cb143800
commit a6aa7e039a

View File

@ -39,6 +39,7 @@ static float exp_table_float[512];
static float expval_table_float[512][16];
#define FRAC_BITS 23
#define IMDCT_SCALAR 1.759
static void mpegaudio_tableinit(void)
{