mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-08 13:22:53 +02: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)
|
if (c->flags & SWS_FAST_BILINEAR)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
c->hyscale_fast = RENAME(hyscale_fast);
|
c->hyscale_fast = RENAME(hyscale_fast);
|
||||||
c->hcscale_fast = RENAME(hcscale_fast);
|
c->hcscale_fast = RENAME(hcscale_fast);
|
||||||
}
|
}
|
||||||
|
|
||||||
c->hcscale_internal = NULL;
|
c->hcscale_internal = NULL;
|
||||||
|
Loading…
Reference in New Issue
Block a user