You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Cosmetics: indentation
Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user