]> git.sesse.net Git - ffmpeg/blobdiff - libswscale/swscale.c
swscale: cosmetics.
[ffmpeg] / libswscale / swscale.c
index d97c4e1259e197c47ab436ed99d2b635d370011f..f6ed45382e57d51a2bf1852828eba8e682b6d238 100644 (file)
@@ -1906,8 +1906,7 @@ static void sws_init_swScale_c(SwsContext *c)
 
     c->hScale       = hScale_c;
 
-    if (c->flags & SWS_FAST_BILINEAR)
-    {
+    if (c->flags & SWS_FAST_BILINEAR) {
         c->hyscale_fast = hyscale_fast_c;
         c->hcscale_fast = hcscale_fast_c;
     }