[FFmpeg-cvslog] r13216 - trunk/libavcodec/ra144.c

vitor subversion
Wed May 21 18:53:20 CEST 2008


Author: vitor
Date: Wed May 21 18:53:20 2008
New Revision: 13216

Log:
Cosmetics: indentation

Modified:
   trunk/libavcodec/ra144.c

Modified: trunk/libavcodec/ra144.c
==============================================================================
--- trunk/libavcodec/ra144.c	(original)
+++ trunk/libavcodec/ra144.c	Wed May 21 18:53:20 2008
@@ -140,8 +140,8 @@ static void add_wav(int n, int f, int m1
     b = (ptr[1] * m2) >> (ptr2[1] + 1);
     c = (ptr[2] * m3) >> (ptr2[2] + 1);
 
-        for (i=0; i < BLOCKSIZE; i++)
-            dest[i] = ((*(s1++)) * a + (*(s2++)) * b + (*(s3++)) * c) >> 12;
+    for (i=0; i < BLOCKSIZE; i++)
+        dest[i] = ((*(s1++)) * a + (*(s2++)) * b + (*(s3++)) * c) >> 12;
 }
 
 




More information about the ffmpeg-cvslog mailing list