Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-06-06 05:40:04 +0400
committerRonald S. Bultje <rsbultje@gmail.com>2011-06-07 18:03:46 +0400
commitb3b28b080f588a63d9bcf2714daa7119ece2da61 (patch)
tree64ca554faa60100f3cb78e191904412d13b73c40 /libswscale
parentea281753120f55fc3a3102ac54ba291d0ffcd43d (diff)
swscale: cosmetics.
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/swscale.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index d97c4e1259..f6ed45382e 100644
--- a/libswscale/swscale.c
+++ b/libswscale/swscale.c
@@ -1906,8 +1906,7 @@ static void sws_init_swScale_c(SwsContext *c)
c->hScale = hScale_c;
- if (c->flags & SWS_FAST_BILINEAR)
- {
+ if (c->flags & SWS_FAST_BILINEAR) {
c->hyscale_fast = hyscale_fast_c;
c->hcscale_fast = hcscale_fast_c;
}