FFmpeg/libavcodec
Mans Rullgard 92dad6687f arm: fix use of uninitialised value in ff_fft_fixed_init_arm()
When initialising an FFTContext for a plain FFT, mdct_bits is not set
and can contain a garbage value.  Since nbits is always valid and for
MDCT operation is mdct_bits - 2 checking this instead avoids using an
uninitialised value while having the same effect.

Signed-off-by: Mans Rullgard <mans@mansr.com>
2012-12-07 13:11:57 +00:00
..
2012-12-07 11:04:26 +01:00
2012-11-26 11:17:17 -05:00
2012-11-20 12:45:58 +01:00
2012-12-04 21:43:53 +01:00
2012-11-02 16:13:35 +01:00