]> git.sesse.net Git - vlc/blobdiff - plugins/imdct/ac3_retables.h
* Fixed a segfault on exit under Windows 2000
[vlc] / plugins / imdct / ac3_retables.h
index 50e1d1c55d7e68c407c94051bba9c3c02f28cbc2..2ce8282e96eba35831658fc7a8632ae1fba0a487 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_retables.h: ac3 DCT tables
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: ac3_retables.h,v 1.1 2001/05/16 14:51:29 reno Exp $
+ * $Id: ac3_retables.h,v 1.2 2001/10/30 19:34:53 reno Exp $
  *
  * Authors: Renaud Dartus <reno@videolan.org>
  *          Aaron Holtzman <aholtzma@engr.uvic.ca>
@@ -22,7 +22,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
-static float window[] = {
+static float window[] ATTR_ALIGN(16) = {
     0.00014, 0.00024, 0.00037, 0.00051, 0.00067, 0.00086, 0.00107, 0.00130,
     0.00157, 0.00187, 0.00220, 0.00256, 0.00297, 0.00341, 0.00390, 0.00443,
     0.00501, 0.00564, 0.00632, 0.00706, 0.00785, 0.00871, 0.00962, 0.01061,