From 01b2214758ce2bc664bb4468f11ac0f041a337c1 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Sun, 20 Sep 2009 17:30:20 +0000 Subject: Merge FFTContext and MDCTContext Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/aac.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/aac.h') 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; /** @} */ -- cgit v1.2.3