]> git.sesse.net Git - ffmpeg/commitdiff
Cosmetics: indentation
authorVitor Sessak <vitor1001@gmail.com>
Sat, 17 May 2008 14:40:36 +0000 (14:40 +0000)
committerVitor Sessak <vitor1001@gmail.com>
Sat, 17 May 2008 14:40:36 +0000 (14:40 +0000)
Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavcodec/ra144.c

index 47293015f81b2ac4691a3d35650aea02cef83d4e..e30089406e4d1aa75183479e4f1f65af38ea84f9 100644 (file)
@@ -118,7 +118,7 @@ static void do_output_subblock(Real144_internal *glob, const unsigned short  *gs
     }
 
     e = ((ftable1[b] >> 4) * gval) >> 8;
-    f=((ftable2[c] >> 4) * gval) >> 8;
+    f = ((ftable2[c] >> 4) * gval) >> 8;
 
     if (a)
         g = irms(buffer_a, gval) >> 12;