Commit 75c7a29d authored by michael's avatar michael

Remove unused variable.

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20477 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 6d447f18
...@@ -56,7 +56,6 @@ static void mpegaudio_tableinit(void) ...@@ -56,7 +56,6 @@ static void mpegaudio_tableinit(void)
} }
for(exponent=0; exponent<512; exponent++) { for(exponent=0; exponent<512; exponent++) {
for(value=0; value<16; value++) { 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); double f= (double)value * cbrtf(value) * pow(2, (exponent-400)*0.25 + FRAC_BITS + 5);
expval_table[exponent][value]= llrint(f); expval_table[exponent][value]= llrint(f);
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment