git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30086 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ramiro 2009-12-20 17:15:01 +00:00
parent c082aa34ad
commit b8d5738c09
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;