]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/sipr.h
dsputil_mmx.c: remove ff_vector128.
[ffmpeg] / libavcodec / sipr.h
index 662d18e0b75d2116155602950ecf24192cdf3fcb..66e769646684707f9ca9ae7c954cc4b5f2294a8e 100644 (file)
@@ -64,7 +64,7 @@ typedef struct {
 
     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;