Mercurial > libavcodec.hg
changeset 6615:3496fac9ea8f libavcodec
cosmetic
author | michael |
---|---|
date | Wed, 16 Apr 2008 15:33:09 +0000 |
parents | d525255f5688 |
children | ee769fedd9ec |
files | nellymoserdec.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/nellymoserdec.c Wed Apr 16 15:30:04 2008 +0000 +++ b/nellymoserdec.c Wed Apr 16 15:33:09 2008 +0000 @@ -120,7 +120,8 @@ top = NELLY_BUF_LEN-1; while (bot < NELLY_BUF_LEN) { - audio[bot] = a_in[bot]*sine_window[bot]+state[bot]*sine_window[top] + s->add_bias; + audio[bot] = a_in [bot]*sine_window[bot] + +state[bot]*sine_window[top] + s->add_bias; bot++; top--;