changeset 3700:44fdf93a0901 libavcodec

Cleanup, from Emanuele Giaquinta <exg@gentoo.org>
author lu_zero
date Sun, 10 Sep 2006 15:36:53 +0000
parents c537a97eec66
children 4ba77dc980f1
files wmadec.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/wmadec.c	Sun Sep 10 14:02:42 2006 +0000
+++ b/wmadec.c	Sun Sep 10 15:36:53 2006 +0000
@@ -716,12 +716,7 @@
     int n, v, a, ch, code, bsize;
     int coef_nb_bits, total_gain, parse_exponents;
     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];
-#endif
     float mdct_norm;
 
 #ifdef TRACE