projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a34ebe6
)
Remove unused variable.
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 8 Nov 2009 14:54:43 +0000
(14:54 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 8 Nov 2009 14:54:43 +0000
(14:54 +0000)
1l for me if it wherent sunday and i could buy cola.
Originally committed as revision 20477 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/mpegaudio_tablegen.h
patch
|
blob
|
history
diff --git
a/libavcodec/mpegaudio_tablegen.h
b/libavcodec/mpegaudio_tablegen.h
index
9c9ab49
..
c951027
100644
(file)
--- a/
libavcodec/mpegaudio_tablegen.h
+++ b/
libavcodec/mpegaudio_tablegen.h
@@
-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);
}