Commit f54b4273 authored by Vitor Sessak's avatar Vitor Sessak

Cosmetics: indentation

Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 0c62d04e
...@@ -118,7 +118,7 @@ static void do_output_subblock(Real144_internal *glob, const unsigned short *gs ...@@ -118,7 +118,7 @@ static void do_output_subblock(Real144_internal *glob, const unsigned short *gs
} }
e = ((ftable1[b] >> 4) * gval) >> 8; e = ((ftable1[b] >> 4) * gval) >> 8;
f=((ftable2[c] >> 4) * gval) >> 8; f = ((ftable2[c] >> 4) * gval) >> 8;
if (a) if (a)
g = irms(buffer_a, gval) >> 12; g = irms(buffer_a, gval) >> 12;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment