[MPlayer-cvslog] r26269 - trunk/libswscale/swscale_template.c

diego subversion at mplayerhq.hu
Sat Mar 22 18:35:32 CET 2008


Author: diego
Date: Sat Mar 22 18:35:32 2008
New Revision: 26269

Log:
cosmetics: comment typo fixes


Modified:
   trunk/libswscale/swscale_template.c

Modified: trunk/libswscale/swscale_template.c
==============================================================================
--- trunk/libswscale/swscale_template.c	(original)
+++ trunk/libswscale/swscale_template.c	Sat Mar 22 18:35:32 2008
@@ -1762,7 +1762,8 @@ static inline void RENAME(yuy2ToUV)(uint
     assert(src1 == src2);
 }
 
-//this is allmost identical to the previous, end exists only cuz yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses
+/* This is almost identical to the previous, end exists only because
+ * yuy2ToY/UV)(dst, src+1, ...) would have 100% unaligned accesses. */
 static inline void RENAME(uyvyToY)(uint8_t *dst, uint8_t *src, long width)
 {
 #ifdef HAVE_MMX



More information about the MPlayer-cvslog mailing list