On 9/4/20, Andreas Rheinhardt <andreas.rheinha...@gmail.com> wrote: > Unused since 7bfd1766d1c18f07b0a2dd042418a874d49ea60d. > > Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@gmail.com> > --- > libavcodec/binkaudio.c | 1 - > 1 file changed, 1 deletion(-) >
LGTM > 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; > -- > 2.20.1 > > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe". _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".