Commit c36b2c01 authored by Alex Converse's avatar Alex Converse

Revert unintended changes to fft.h from r24890.

Originally committed as revision 24891 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent af00ddde
......@@ -35,7 +35,7 @@ struct FFTContext {
uint16_t *revtab;
FFTComplex *tmp_buf;
int mdct_size; /* size of MDCT (i.e. number of input data * 2) */
int mdct_bits; /* n = 2^mdct_bits */
int mdct_bits; /* n = 2^nbits */
/* pre/post rotation tables */
FFTSample *tcos;
FFTSample *tsin;
......
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