[Ffmpeg-cvslog] r6221 - trunk/libavcodec/wmadec.c

lu_zero subversion
Sun Sep 10 17:36:53 CEST 2006


Author: lu_zero
Date: Sun Sep 10 17:36:53 2006
New Revision: 6221

Modified:
   trunk/libavcodec/wmadec.c

Log:
Cleanup, from Emanuele Giaquinta <exg at gentoo.org>

Modified: trunk/libavcodec/wmadec.c
==============================================================================
--- trunk/libavcodec/wmadec.c	(original)
+++ trunk/libavcodec/wmadec.c	Sun Sep 10 17:36:53 2006
@@ -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




More information about the ffmpeg-cvslog mailing list