[FFmpeg-cvslog] r27816 - in trunk/libswscale: rgb2rgb_template.c swscale_template.c yuv2rgb_template.c
diego
subversion
Thu Oct 23 18:23:43 CEST 2008
Author: diego
Date: Thu Oct 23 18:23:42 2008
New Revision: 27816
Log:
cosmetics: typo fix
Modified:
trunk/libswscale/rgb2rgb_template.c
trunk/libswscale/swscale_template.c
trunk/libswscale/yuv2rgb_template.c
Modified: trunk/libswscale/rgb2rgb_template.c
==============================================================================
--- trunk/libswscale/rgb2rgb_template.c (original)
+++ trunk/libswscale/rgb2rgb_template.c Thu Oct 23 18:23:42 2008
@@ -57,7 +57,7 @@
#endif
#ifdef HAVE_3DNOW
-/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
+/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
#define EMMS "femms"
#else
#define EMMS "emms"
Modified: trunk/libswscale/swscale_template.c
==============================================================================
--- trunk/libswscale/swscale_template.c (original)
+++ trunk/libswscale/swscale_template.c Thu Oct 23 18:23:42 2008
@@ -30,7 +30,7 @@
#undef SFENCE
#ifdef HAVE_3DNOW
-/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
+/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
#define EMMS "femms"
#else
#define EMMS "emms"
Modified: trunk/libswscale/yuv2rgb_template.c
==============================================================================
--- trunk/libswscale/yuv2rgb_template.c (original)
+++ trunk/libswscale/yuv2rgb_template.c Thu Oct 23 18:23:42 2008
@@ -31,7 +31,7 @@
#undef SFENCE
#ifdef HAVE_3DNOW
-/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */
+/* On K6 femms is faster than emms. On K7 femms is directly mapped to emms. */
#define EMMS "femms"
#else
#define EMMS "emms"
More information about the ffmpeg-cvslog
mailing list