mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-25 20:50:09 +00:00
Indent.
Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
b501a1f56a
commit
e77ddfa293
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user