[MPlayer-cvslog] r26030 - trunk/libmpeg2/idct_mmx.c

diego subversion at mplayerhq.hu
Tue Feb 19 09:20:43 CET 2008


Author: diego
Date: Tue Feb 19 09:20:43 2008
New Revision: 26030

Log:
typo fixes, port of my patch for upstream libmpeg2


Modified:
   trunk/libmpeg2/idct_mmx.c

Modified: trunk/libmpeg2/idct_mmx.c
==============================================================================
--- trunk/libmpeg2/idct_mmx.c	(original)
+++ trunk/libmpeg2/idct_mmx.c	Tue Feb 19 09:20:43 2008
@@ -44,7 +44,7 @@
 
 
 #if 0
-/* C row IDCT - its just here to document the MMXEXT and MMX versions */
+/* C row IDCT - it is just here to document the MMXEXT and MMX versions */
 static inline void idct_row (int16_t * row, int offset,
 			     int16_t * table, int32_t * rounder)
 {
@@ -329,7 +329,7 @@ static inline void mmx_row_mid (int16_t 
 
 
 #if 0
-/* C column IDCT - its just here to document the MMXEXT and MMX versions */
+/* C column IDCT - it is just here to document the MMXEXT and MMX versions */
 static inline void idct_col (int16_t * col, int offset)
 {
 /* multiplication - as implemented on mmx */



More information about the MPlayer-cvslog mailing list