[FFmpeg-cvslog] r27818 - trunk/libswscale/swscale.c

vitor subversion
Thu Oct 23 21:20:15 CEST 2008


Author: vitor
Date: Thu Oct 23 21:20:14 2008
New Revision: 27818

Log:
Cosmetics: alignment


Modified:
   trunk/libswscale/swscale.c

Modified: trunk/libswscale/swscale.c
==============================================================================
--- trunk/libswscale/swscale.c	(original)
+++ trunk/libswscale/swscale.c	Thu Oct 23 21:20:14 2008
@@ -2344,10 +2344,10 @@ SwsContext *sws_getContext(int srcW, int
              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;




More information about the ffmpeg-cvslog mailing list