Browse Source

Indent.

Originally committed as revision 30086 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Ramiro Polla 15 years ago
parent
commit
e77ddfa293
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libswscale/swscale_template.c

+ 2 - 2
libswscale/swscale_template.c

@@ -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->hcscale_fast = RENAME(hcscale_fast);
+        c->hyscale_fast = RENAME(hyscale_fast);
+        c->hcscale_fast = RENAME(hcscale_fast);
     }
     }
 
 
     c->hcscale_internal = NULL;
     c->hcscale_internal = NULL;