[FFmpeg-cvslog] mpegaudio_tablegen: try to fix hardcoded tables

Michael Niedermayer git at videolan.org
Thu Aug 2 06:16:51 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Aug  2 06:10:28 2012 +0200| [a6aa7e039a63362b4c8f6919a2ff2244202df1be] | committer: Michael Niedermayer

mpegaudio_tablegen: try to fix hardcoded tables

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a6aa7e039a63362b4c8f6919a2ff2244202df1be
---

 libavcodec/mpegaudio_tablegen.h |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/mpegaudio_tablegen.h b/libavcodec/mpegaudio_tablegen.h
index a8756fa..6c15d3c 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)
 {



More information about the ffmpeg-cvslog mailing list