mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-21 22:40:18 +01:00
Merge FFTContext and MDCTContext
Originally committed as revision 19931 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -128,7 +128,7 @@ typedef struct vorbis_context_s {
|
||||
GetBitContext gb;
|
||||
DSPContext dsp;
|
||||
|
||||
MDCTContext mdct[2];
|
||||
FFTContext mdct[2];
|
||||
uint_fast8_t first_frame;
|
||||
uint_fast32_t version;
|
||||
uint_fast8_t audio_channels;
|
||||
|
||||
Reference in New Issue
Block a user