You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
Originally committed as revision 6221 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -716,12 +716,7 @@ static int wma_decode_block(WMADecodeContext *s)
|
|||||||
int n, v, a, ch, code, bsize;
|
int n, v, a, ch, code, bsize;
|
||||||
int coef_nb_bits, total_gain, parse_exponents;
|
int coef_nb_bits, total_gain, parse_exponents;
|
||||||
DECLARE_ALIGNED_16(float, window[BLOCK_MAX_SIZE * 2]);
|
DECLARE_ALIGNED_16(float, window[BLOCK_MAX_SIZE * 2]);
|
||||||
// XXX: FIXME!! there's a bug somewhere which makes this mandatory under altivec
|
|
||||||
#ifdef HAVE_ALTIVEC
|
|
||||||
volatile int nb_coefs[MAX_CHANNELS] __attribute__((aligned(16)));
|
|
||||||
#else
|
|
||||||
int nb_coefs[MAX_CHANNELS];
|
int nb_coefs[MAX_CHANNELS];
|
||||||
#endif
|
|
||||||
float mdct_norm;
|
float mdct_norm;
|
||||||
|
|
||||||
#ifdef TRACE
|
#ifdef TRACE
|
||||||
|
Reference in New Issue
Block a user