[FFmpeg-cvslog] r14080 - trunk/libavcodec/ra288.c
vitor
subversion
Sat Jul 5 20:43:24 CEST 2008
Author: vitor
Date: Sat Jul 5 20:43:24 2008
New Revision: 14080
Log:
Cosmetics: remove braces
Modified:
trunk/libavcodec/ra288.c
Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c (original)
+++ trunk/libavcodec/ra288.c Sat Jul 5 20:43:24 2008
@@ -57,9 +57,8 @@ static void decode(Real288_internal *glo
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);
More information about the ffmpeg-cvslog
mailing list