Merge FFTContext and MDCTContext

Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård
2009-09-20 17:30:20 +00:00
parent ec129499b8
commit 01b2214758
22 changed files with 91 additions and 99 deletions

View File

@@ -98,7 +98,7 @@ typedef struct {
int channels;
int sample_rate;
int log2_blocksize[2];
MDCTContext mdct[2];
FFTContext mdct[2];
const float * win[2];
int have_saved;
float * saved;