[MPlayer-cvslog] r23174 - trunk/libswscale/rgb2rgb_template.c

diego subversion at mplayerhq.hu
Sun Apr 29 15:39:50 CEST 2007


Author: diego
Date: Sun Apr 29 15:39:50 2007
New Revision: 23174

Log:
cosmetics: Fix stray wrongly indented line.


Modified:
   trunk/libswscale/rgb2rgb_template.c

Modified: trunk/libswscale/rgb2rgb_template.c
==============================================================================
--- trunk/libswscale/rgb2rgb_template.c	(original)
+++ trunk/libswscale/rgb2rgb_template.c	Sun Apr 29 15:39:50 2007
@@ -2229,7 +2229,7 @@ static inline void RENAME(rgb24toyv12)(c
         "movq     "MANGLE(bgr2UCoeff)", %%mm6       \n\t"
         "pxor                    %%mm7, %%mm7       \n\t"
         "lea (%%"REG_a", %%"REG_a", 2), %%"REG_d"   \n\t"
-        "add  %%"REG_d", %%"REG_d"                  \n\t"
+        "add                 %%"REG_d", %%"REG_d"   \n\t"
         ASMALIGN(4)
         "1:                                         \n\t"
         PREFETCH"    64(%0, %%"REG_d")              \n\t"



More information about the MPlayer-cvslog mailing list