Merge FFTContext and MDCTContext
Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -136,7 +136,7 @@ typedef struct cook {
|
||||
AVLFG random_state;
|
||||
|
||||
/* transform data */
|
||||
MDCTContext mdct_ctx;
|
||||
FFTContext mdct_ctx;
|
||||
float* mlt_window;
|
||||
|
||||
/* VLC data */
|
||||
|
Reference in New Issue
Block a user