changeset 27784:a57f38e92ed5

Cosmetics: alignment
author vitor
date Thu, 23 Oct 2008 19:20:14 +0000
parents 3a18c8bdb555
children e3d6122edf03
files libswscale/swscale.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/swscale.c	Thu Oct 23 19:13:11 2008 +0000
+++ b/libswscale/swscale.c	Thu Oct 23 19:20:14 2008 +0000
@@ -2344,10 +2344,10 @@
              c->swScale= rgb2rgbWrapper;
 
         if ((usePal(srcFormat) && (
-                 dstFormat == PIX_FMT_RGB32 ||
+                 dstFormat == PIX_FMT_RGB32   ||
                  dstFormat == PIX_FMT_RGB32_1 ||
-                 dstFormat == PIX_FMT_RGB24 ||
-                 dstFormat == PIX_FMT_BGR32 ||
+                 dstFormat == PIX_FMT_RGB24   ||
+                 dstFormat == PIX_FMT_BGR32   ||
                  dstFormat == PIX_FMT_BGR32_1 ||
                  dstFormat == PIX_FMT_BGR24)))
              c->swScale= pal2rgbWrapper;