mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-18 22:55:12 +08:00
Merge FFTContext and MDCTContext
Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user