From 4b8bfb24c7666cb0b6eb26abe9a7d5072e3f9c4e Mon Sep 17 00:00:00 2001 From: Brad Midgley Date: Tue, 29 Jan 2008 19:47:49 +0000 Subject: one more .X 32-bitism --- sbc/sbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbc') diff --git a/sbc/sbc.c b/sbc/sbc.c index a4f7b7dd..e46c2b0f 100644 --- a/sbc/sbc.c +++ b/sbc/sbc.c @@ -778,7 +778,7 @@ static inline void _sbc_analyze_four(const int32_t *in, int32_t *out) static inline void sbc_analyze_four(struct sbc_encoder_state *state, struct sbc_frame *frame, int ch, int blk) { - int16_t *x = &state->X[ch][state->position[ch]]; + int32_t *x = &state->X[ch][state->position[ch]]; int16_t *pcm = &frame->pcm_sample[ch][blk * 4]; /* Input 4 Audio Samples */ -- cgit