OSDN Git Service

Revert unintended changes to fft.h from r24890.
authorAlex Converse <alex.converse@gmail.com>
Mon, 23 Aug 2010 19:35:58 +0000 (19:35 +0000)
committerAlex Converse <alex.converse@gmail.com>
Mon, 23 Aug 2010 19:35:58 +0000 (19:35 +0000)
Originally committed as revision 24891 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/fft.h

index 0302226..eb6714f 100644 (file)
@@ -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;