[FFmpeg-cvslog] avcodec/binkaudio: Remove unused array from context

Andreas Rheinhardt git at videolan.org
Fri Sep 4 22:02:23 EEST 2020


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Fri Sep  4 16:42:28 2020 +0200| [c703088c1b198647794d54cfa3bd73842cb44fb9] | committer: Andreas Rheinhardt

avcodec/binkaudio: Remove unused array from context

Unused since 7bfd1766d1c18f07b0a2dd042418a874d49ea60d.

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c703088c1b198647794d54cfa3bd73842cb44fb9
---

 libavcodec/binkaudio.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/binkaudio.c b/libavcodec/binkaudio.c
index f17164da91..f7e9a37a1b 100644
--- a/libavcodec/binkaudio.c
+++ b/libavcodec/binkaudio.c
@@ -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;



More information about the ffmpeg-cvslog mailing list