Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-08-02 08:10:28 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-08-02 08:10:28 +0400
commita6aa7e039a63362b4c8f6919a2ff2244202df1be (patch)
treecee0568b476b430e91178e2ddcb4930abe38221f /libavcodec/mpegaudio_tablegen.h
parent96cb1438000075cae2a7f33a1b794df27f18284b (diff)
mpegaudio_tablegen: try to fix hardcoded tables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegaudio_tablegen.h')
-rw-r--r--libavcodec/mpegaudio_tablegen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h
index a8756fa5c2..6c15d3cb03 100644
--- a/libavcodec/mpegaudio_tablegen.h
+++ b/libavcodec/mpegaudio_tablegen.h
@@ -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)
{