Commit a6aa7e03 authored by Michael Niedermayer's avatar Michael Niedermayer

mpegaudio_tablegen: try to fix hardcoded tables

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 96cb1438
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment