[FFmpeg-cvslog] r20477 - trunk/libavcodec/mpegaudio_tablegen.h
michael
subversion
Sun Nov 8 15:54:43 CET 2009
Author: michael
Date: Sun Nov 8 15:54:43 2009
New Revision: 20477
Log:
Remove unused variable.
1l for me if it wherent sunday and i could buy cola.
Modified:
trunk/libavcodec/mpegaudio_tablegen.h
Modified: trunk/libavcodec/mpegaudio_tablegen.h
==============================================================================
--- trunk/libavcodec/mpegaudio_tablegen.h Sun Nov 8 15:50:47 2009 (r20476)
+++ trunk/libavcodec/mpegaudio_tablegen.h Sun Nov 8 15:54:43 2009 (r20477)
@@ -56,7 +56,6 @@ static void mpegaudio_tableinit(void)
}
for(exponent=0; exponent<512; exponent++) {
for(value=0; value<16; value++) {
- int i= value + 16*exponent;
double f= (double)value * cbrtf(value) * pow(2, (exponent-400)*0.25 + FRAC_BITS + 5);
expval_table[exponent][value]= llrint(f);
}
More information about the ffmpeg-cvslog
mailing list