Commit b3b28b08 authored by Ronald S. Bultje's avatar Ronald S. Bultje

swscale: cosmetics.

parent ea281753
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment