From 8c72b28a0ccaf232e871863d32fedb9da750e6eb Mon Sep 17 00:00:00 2001 From: Brad Midgley Date: Mon, 14 Jan 2008 20:03:42 +0000 Subject: comment typo --- sbc/sbc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbc/sbc.c b/sbc/sbc.c index d8385bd8..ac40dc26 100644 --- a/sbc/sbc.c +++ b/sbc/sbc.c @@ -784,7 +784,7 @@ static inline void sbc_analyze_four(struct sbc_encoder_state *state, int32_t *x = &state->X[ch][state->position[ch]]; int16_t *pcm = &frame->pcm_sample[ch][blk * 4]; - /* Input 8 Audio Samples */ + /* Input 4 Audio Samples */ x[40] = x[0] = pcm[3]; x[41] = x[1] = pcm[2]; x[42] = x[2] = pcm[1]; -- cgit