Mercurial > libavcodec.hg
changeset 7202:2a4ac127112c libavcodec
Cosmetics: remove braces
author | vitor |
---|---|
date | Sat, 05 Jul 2008 18:43:24 +0000 |
parents | 4d441356fa23 |
children | 87b1dfb5a98d |
files | ra288.c |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/ra288.c Sat Jul 05 18:42:08 2008 +0000 +++ b/ra288.c Sat Jul 05 18:43:24 2008 +0000 @@ -57,9 +57,8 @@ for (x=35; x >= 0; x--) glob->sb[x+5] = glob->sb[x]; - for (x=4; x >= 0; x--) { + for (x=4; x >= 0; x--) glob->sb[x] = -scalar_product_float(glob->sb + x + 1, glob->pr1, 36); - } /* convert log and do rms */ sum = 32. - scalar_product_float(glob->pr2, glob->lhist, 10);