diff sipr.h @ 10961:34a65026fa06 libavcodec

Move array specifiers outside DECLARE_ALIGNED() invocations
author mru
date Fri, 22 Jan 2010 03:25:11 +0000
parents ff7c1c90b6f5
children 98970e51365a
line wrap: on
line diff
--- a/sipr.h	Fri Jan 22 01:59:17 2010 +0000
+++ b/sipr.h	Fri Jan 22 03:25:11 2010 +0000
@@ -64,7 +64,7 @@
 
     float excitation[L_INTERPOL + PITCH_MAX + 2 * L_SUBFR_16k];
 
-    DECLARE_ALIGNED_16(float, synth_buf[LP_FILTER_ORDER + 5*SUBFR_SIZE + 6]);
+    DECLARE_ALIGNED_16(float, synth_buf)[LP_FILTER_ORDER + 5*SUBFR_SIZE + 6];
 
     float lsp_history[LP_FILTER_ORDER];
     float gain_mem;