From 4b0e0f31bf0f618a634dcfdca45e72cdfb0b48b5 Mon Sep 17 00:00:00 2001 From: Justin Ruggles Date: Tue, 21 Aug 2012 12:29:11 -0400 Subject: lpc: fix alignment of windowed samples for odd maximum LPC order Fixes crash on x86 due to alignment requirements for w_data in lpc_apply_welch_window_sse2(). --- libavcodec/lpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/lpc.h') diff --git a/libavcodec/lpc.h b/libavcodec/lpc.h index 1775374a40..cbee46f5db 100644 --- a/libavcodec/lpc.h +++ b/libavcodec/lpc.h @@ -51,6 +51,7 @@ typedef struct LPCContext { int blocksize; int max_order; enum FFLPCType lpc_type; + double *windowed_buffer; double *windowed_samples; /** -- cgit v1.2.3