Mercurial > libavcodec.hg
changeset 7210:43048f7a1d7c libavcodec
Cosmetics: remove braces
author | vitor |
---|---|
date | Sun, 06 Jul 2008 10:35:01 +0000 |
parents | da8d843b87cb |
children | d1e6d44fab47 |
files | ra288.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ra288.c Sun Jul 06 10:32:29 2008 +0000 +++ b/ra288.c Sun Jul 06 10:35:01 2008 +0000 @@ -69,9 +69,8 @@ sumsum = exp(sum * 0.1151292546497) * gain; /* pow(10.0,sum/20)*f */ - for (x=0; x < 5; x++) { + for (x=0; x < 5; x++) buffer[x] = codetable[cb_coef][x] * sumsum; - } sum = scalar_product_float(buffer, buffer, 5) / 5;