summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 17:15:01 +0000
committerramiro <ramiro@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-12-20 17:15:01 +0000
commitb8d5738c09e8ad2039d8c3ef34b2fea913038ec1 (patch)
tree8938a486b88d0e5989d4f407614197a3cdcbf5ed
parentc082aa34adef2d8148ce601a8142b3ce036fc522 (diff)
downloadmpv-b8d5738c09e8ad2039d8c3ef34b2fea913038ec1.tar.bz2
mpv-b8d5738c09e8ad2039d8c3ef34b2fea913038ec1.tar.xz
Indent.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30086 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--libswscale/swscale_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index 92786bea5b..9208a07498 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -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;