Mercurial > libavcodec.hg
changeset 12407:00676ed9b822 libavcodec
Revert unintended changes to fft.h from r24890.
author | alexc |
---|---|
date | Mon, 23 Aug 2010 19:35:58 +0000 |
parents | b25537518e40 |
children | ae72506d4c2a |
files | fft.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/fft.h Mon Aug 23 19:27:24 2010 +0000 +++ b/fft.h Mon Aug 23 19:35:58 2010 +0000 @@ -35,7 +35,7 @@ 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;