Originally committed as revision 14699 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Loren Merritt 2008-08-12 00:27:21 +00:00
parent 5d0ddd1a9f
commit 49c0dd754c
2 changed files with 11 additions and 12 deletions

View File

@ -165,7 +165,6 @@ int ff_fft_init(FFTContext *s, int nbits, int inverse)
av_freep(&s->exptab);
/* compute bit reverse table */
for(i=0;i<n;i++) {
m=0;
for(j=0;j<nbits;j++) {