]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/binkaudio: Remove unused array from context
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 4 Sep 2020 14:42:28 +0000 (16:42 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 4 Sep 2020 18:42:57 +0000 (20:42 +0200)
Unused since 7bfd1766d1c18f07b0a2dd042418a874d49ea60d.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavcodec/binkaudio.c

index f17164da910da3f3dcbe5a8a9f28dfaf91de6326..f7e9a37a1b7d829f77a96cfcc0b841ee746158e5 100644 (file)
@@ -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;