# HG changeset patch # User ramiro # Date 1261329301 0 # Node ID 601cc3ad5cb2be18657e8959084d171f8e588672 # Parent 6e9c29e1665818f5bd408a04654f37cf909a35e3 Indent. diff -r 6e9c29e16658 -r 601cc3ad5cb2 libswscale/swscale_template.c --- a/libswscale/swscale_template.c Sun Dec 20 17:09:46 2009 +0000 +++ b/libswscale/swscale_template.c Sun Dec 20 17:15:01 2009 +0000 @@ -2945,8 +2945,8 @@ 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;