diff options
author | Brad Midgley <bmidgley@xmission.com> | 2008-01-14 20:03:42 +0000 |
---|---|---|
committer | Brad Midgley <bmidgley@xmission.com> | 2008-01-14 20:03:42 +0000 |
commit | 8c72b28a0ccaf232e871863d32fedb9da750e6eb (patch) | |
tree | b148ce870efa35e95e9c240dfd38db4464841b21 | |
parent | 23f3e84ba43efde94aa52c77455ff28662ed2b79 (diff) |
comment typo
-rw-r--r-- | sbc/sbc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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]; |