[FFmpeg-cvslog] r14089 - trunk/libavcodec/ra288.c
vitor
subversion
Sun Jul 6 12:35:01 CEST 2008
Author: vitor
Date: Sun Jul 6 12:35:01 2008
New Revision: 14089
Log:
Cosmetics: remove braces
Modified:
trunk/libavcodec/ra288.c
Modified: trunk/libavcodec/ra288.c
==============================================================================
--- trunk/libavcodec/ra288.c (original)
+++ trunk/libavcodec/ra288.c Sun Jul 6 12:35:01 2008
@@ -69,9 +69,8 @@ static void decode(Real288_internal *glo
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;
More information about the ffmpeg-cvslog
mailing list