[MPlayer-cvslog] r26315 - in trunk/libmpeg2: cpu_accel.c libmpeg-0.4.1.diff motion_comp_arm_s.S

diego subversion at mplayerhq.hu
Tue Apr 1 19:41:18 CEST 2008


Author: diego
Date: Tue Apr  1 19:41:18 2008
New Revision: 26315

Log:
cosmetics: Fix some typos and trailing whitespace in local changes.


Modified:
   trunk/libmpeg2/cpu_accel.c
   trunk/libmpeg2/libmpeg-0.4.1.diff
   trunk/libmpeg2/motion_comp_arm_s.S

Modified: trunk/libmpeg2/cpu_accel.c
==============================================================================
--- trunk/libmpeg2/cpu_accel.c	(original)
+++ trunk/libmpeg2/cpu_accel.c	Tue Apr  1 19:41:18 2008
@@ -37,9 +37,9 @@
 #ifdef ACCEL_DETECT
 #if defined(ARCH_X86) || defined(ARCH_X86_64)
 
-/* MPlayer imports libmpeg2 as decoder, which detects MMX / 3DNow! 
- * instructions via assembly. However, it is regarded as duplicaed work
- * in MPlayer, so that we enforce to use MPlayer's implementation.
+/* MPlayer imports libmpeg2 as decoder, which detects MMX / 3DNow!
+ * instructions via assembly. However, it is regarded as duplicated work
+ * in MPlayer, so that we enforce using MPlayer's implementation.
  */
 #define USE_MPLAYER_CPUDETECT
 
@@ -120,7 +120,7 @@ static inline uint32_t arch_accel (void)
 	caps |= MPEG2_ACCEL_X86_MMXEXT;
 
     return caps;
-#else /* USE_MPLAYER_CPUDETECT: Use MPlayer's cpu capability property */
+#else /* USE_MPLAYER_CPUDETECT: Use MPlayer's CPU capability property. */
     caps = 0;
     if (gCpuCaps.hasMMX)
         caps |= MPEG2_ACCEL_X86_MMX;

Modified: trunk/libmpeg2/libmpeg-0.4.1.diff
==============================================================================
--- trunk/libmpeg2/libmpeg-0.4.1.diff	(original)
+++ trunk/libmpeg2/libmpeg-0.4.1.diff	Tue Apr  1 19:41:18 2008
@@ -15,9 +15,9 @@
 -#ifdef ARCH_X86
 +#if defined(ARCH_X86) || defined(ARCH_X86_64)
 +
-+/* MPlayer imports libmpeg2 as decoder, which detects MMX / 3DNow! 
-+ * instructions via assembly. However, it is regarded as duplicaed work
-+ * in MPlayer, so that we enforce to use MPlayer's implementation.
++/* MPlayer imports libmpeg2 as decoder, which detects MMX / 3DNow!
++ * instructions via assembly. However, it is regarded as duplicated work
++ * in MPlayer, so that we enforce using MPlayer's implementation.
 + */
 +#define USE_MPLAYER_CPUDETECT
 +
@@ -31,7 +31,7 @@
  	caps |= MPEG2_ACCEL_X86_MMXEXT;
  
      return caps;
-+#else /* USE_MPLAYER_CPUDETECT: Use MPlayer's cpu capability property */
++#else /* USE_MPLAYER_CPUDETECT: Use MPlayer's CPU capability property. */
 +    caps = 0;
 +    if (gCpuCaps.hasMMX)
 +        caps |= MPEG2_ACCEL_X86_MMX;
@@ -565,7 +565,7 @@ Index: libmpeg2/motion_comp_arm_s.S
 +@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 +
 +	.text
-+	
++
 +@ ----------------------------------------------------------------
 +	.align
 +	.global MC_put_o_16_arm

Modified: trunk/libmpeg2/motion_comp_arm_s.S
==============================================================================
--- trunk/libmpeg2/motion_comp_arm_s.S	(original)
+++ trunk/libmpeg2/motion_comp_arm_s.S	Tue Apr  1 19:41:18 2008
@@ -19,7 +19,7 @@
 @ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
 	.text
-	
+
 @ ----------------------------------------------------------------
 	.align
 	.global MC_put_o_16_arm



More information about the MPlayer-cvslog mailing list