1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

Remove unused variable.

1l for me if it wherent sunday and i could buy cola.

Originally committed as revision 20477 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2009-11-08 14:54:43 +00:00
parent a34ebe60e9
commit a16f80f392

View File

@ -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);
}