summaryrefslogtreecommitdiff
path: root/libavcodec/aac.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aac.h')
-rw-r--r--libavcodec/aac.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/aac.h b/libavcodec/aac.h
index cd295499ed..abe13268d5 100644
--- a/libavcodec/aac.h
+++ b/libavcodec/aac.h
@@ -257,8 +257,8 @@ typedef struct {
* @defgroup tables Computed / set up during initialization.
* @{
*/
- MDCTContext mdct;
- MDCTContext mdct_small;
+ FFTContext mdct;
+ FFTContext mdct_small;
DSPContext dsp;
int random_state;
/** @} */