mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/binkaudio: Remove unused array from context
Unused since 7bfd1766d1
.
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
This commit is contained in:
parent
2777bae7f2
commit
c703088c1b
@ -54,7 +54,6 @@ typedef struct BinkAudioContext {
|
||||
int num_bands;
|
||||
unsigned int *bands;
|
||||
float root;
|
||||
DECLARE_ALIGNED(32, FFTSample, coeffs)[BINK_BLOCK_MAX_SIZE];
|
||||
float previous[MAX_CHANNELS][BINK_BLOCK_MAX_SIZE / 16]; ///< coeffs from previous audio block
|
||||
float quant_table[96];
|
||||
AVPacket *pkt;
|
||||
|
Loading…
Reference in New Issue
Block a user