Browse Source

mpegaudio_tablegen: try to fix hardcoded tables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
a6aa7e039a
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/mpegaudio_tablegen.h

+ 1
- 0
libavcodec/mpegaudio_tablegen.h View File

@@ -39,6 +39,7 @@ static float exp_table_float[512];
static float expval_table_float[512][16]; static float expval_table_float[512][16];


#define FRAC_BITS 23 #define FRAC_BITS 23
#define IMDCT_SCALAR 1.759


static void mpegaudio_tableinit(void) static void mpegaudio_tableinit(void)
{ {


Loading…
Cancel
Save