diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-05 21:40:04 -0400 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-06-07 10:03:46 -0400 |
commit | b3b28b080f588a63d9bcf2714daa7119ece2da61 (patch) | |
tree | 64ca554faa60100f3cb78e191904412d13b73c40 /libswscale/swscale.c | |
parent | ea281753120f55fc3a3102ac54ba291d0ffcd43d (diff) | |
download | ffmpeg-b3b28b080f588a63d9bcf2714daa7119ece2da61.tar.gz |
swscale: cosmetics.
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 3 |
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; } |