projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ea28175
)
swscale: cosmetics.
author
Ronald S. Bultje
<rsbultje@gmail.com>
Mon, 6 Jun 2011 01:40:04 +0000
(21:40 -0400)
committer
Ronald S. Bultje
<rsbultje@gmail.com>
Tue, 7 Jun 2011 14:03:46 +0000
(10:03 -0400)
libswscale/swscale.c
patch
|
blob
|
history
diff --git
a/libswscale/swscale.c
b/libswscale/swscale.c
index
d97c4e1
..
f6ed453
100644
(file)
--- 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;
}