[FFmpeg-cvslog] swscale: cosmetics.
Ronald S. Bultje
git at videolan.org
Wed Jun 8 05:31:33 CEST 2011
ffmpeg | branch: master | Ronald S. Bultje <rsbultje at gmail.com> | Sun Jun 5 21:40:04 2011 -0400| [b3b28b080f588a63d9bcf2714daa7119ece2da61] | committer: Ronald S. Bultje
swscale: cosmetics.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b3b28b080f588a63d9bcf2714daa7119ece2da61
---
libswscale/swscale.c | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/libswscale/swscale.c b/libswscale/swscale.c
index d97c4e1..f6ed453 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;
}
More information about the ffmpeg-cvslog
mailing list