diff options
author | Alex Converse <alex.converse@gmail.com> | 2010-08-23 19:35:58 +0000 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2010-08-23 19:35:58 +0000 |
commit | c36b2c010e1b3fe7895baa1c70e920d766c0ca81 (patch) | |
tree | 58fe185632ff20a92c97c04970bdc41913b67324 /libavcodec/fft.h | |
parent | af00dddeca58df2993effb162bd5fd9a715d57d3 (diff) | |
download | ffmpeg-c36b2c010e1b3fe7895baa1c70e920d766c0ca81.tar.gz |
Revert unintended changes to fft.h from r24890.
Originally committed as revision 24891 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/fft.h')
-rw-r--r-- | libavcodec/fft.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/fft.h b/libavcodec/fft.h index 030222664c..eb6714fe95 100644 --- a/libavcodec/fft.h +++ b/libavcodec/fft.h @@ -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; |