Commit 54ecc4c4 authored by ramiro's avatar ramiro

Indent.

git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@30086 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 6a1d4b49
......@@ -2945,8 +2945,8 @@ static void RENAME(sws_init_swScale)(SwsContext *c)
if (c->flags & SWS_FAST_BILINEAR)
#endif
{
c->hyscale_fast = RENAME(hyscale_fast);
c->hcscale_fast = RENAME(hcscale_fast);
c->hyscale_fast = RENAME(hyscale_fast);
c->hcscale_fast = RENAME(hcscale_fast);
}
c->hcscale_internal = NULL;
......
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