Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
Ramiro Polla 2009-12-20 17:15:01 +00:00
parent b501a1f56a
commit e77ddfa293
1 changed files with 2 additions and 2 deletions

View File

@ -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;