[SCM] libav/experimental: cosmetics: {} placement.
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Jun 30 16:57:18 UTC 2013
The following commit has been merged in the experimental branch:
commit 996de2fefa999c9934c0ae2195574bdb46de2c3e
Author: Ramiro Polla <ramiro.polla at gmail.com>
Date: Mon Jan 11 07:30:28 2010 +0000
cosmetics: {} placement.
Originally committed as revision 30272 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 9aa9bd8..f0d4779 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -2393,8 +2393,7 @@ static inline void RENAME(hyscale)(SwsContext *c, uint16_t *dst, long dstWidth,
src= formatConvBuffer;
}
- if (!c->hyscale_fast)
- {
+ if (!c->hyscale_fast) {
c->hScale(dst, dstWidth, src, srcW, xInc, hLumFilter, hLumFilterPos, hLumFilterSize);
} else { // fast bilinear upscale / crap downscale
c->hyscale_fast(c, dst, dstWidth, src, srcW, xInc);
@@ -2541,8 +2540,7 @@ inline static void RENAME(hcscale)(SwsContext *c, uint16_t *dst, long dstWidth,
src2= formatConvBuffer+VOFW;
}
- if (!c->hcscale_fast)
- {
+ if (!c->hcscale_fast) {
c->hScale(dst , dstWidth, src1, srcW, xInc, hChrFilter, hChrFilterPos, hChrFilterSize);
c->hScale(dst+VOFW, dstWidth, src2, srcW, xInc, hChrFilter, hChrFilterPos, hChrFilterSize);
} else { // fast bilinear upscale / crap downscale
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list