Commit 4067eb71 authored by vitor's avatar vitor

Cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13196 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5deeb860
......@@ -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;
......
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