[SCM] libav/experimental: Cosmetics: indentation
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:20:49 UTC 2013
The following commit has been merged in the experimental branch:
commit f54b42736d63538b48d266902c07cb8563b1e0c3
Author: Vitor Sessak <vitor1001 at gmail.com>
Date: Sat May 17 14:40:36 2008 +0000
Cosmetics: indentation
Originally committed as revision 13196 to svn://svn.ffmpeg.org/ffmpeg/trunk
diff --git a/libavcodec/ra144.c b/libavcodec/ra144.c
index 4729301..e300894 100644
--- a/libavcodec/ra144.c
+++ b/libavcodec/ra144.c
@@ -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;
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list