You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
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