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;