diff fft.h @ 12406:b25537518e40 libavcodec

aacenc: Rename Psy3gpp* structs to AacPsy* This allows cleaner implementation of other psymodels using the existing structs. It also will make it easier to interchange individual parts of the psymodel to create hybrid models. Patch by: Nathan Caldwell <saintdev@gmail.com>
author alexc
date Mon, 23 Aug 2010 19:27:24 +0000
parents 1bf322283429
children 00676ed9b822
line wrap: on
line diff
--- a/fft.h	Mon Aug 23 15:51:09 2010 +0000
+++ b/fft.h	Mon Aug 23 19:27:24 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^nbits */
+    int mdct_bits; /* n = 2^mdct_bits */
     /* pre/post rotation tables */
     FFTSample *tcos;
     FFTSample *tsin;