From c14731d8da7fc91256af36f1af41b789d3c23e53 Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Mon, 21 Jan 2008 20:46:28 +0000 Subject: Fix typo in comment Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libswscale/swscale.c b/libswscale/swscale.c index e0467f4517..c5329f7370 100644 --- a/libswscale/swscale.c +++ b/libswscale/swscale.c @@ -1543,7 +1543,7 @@ static SwsFunc getSwsFunc(int flags){ #if defined(RUNTIME_CPUDETECT) && defined (CONFIG_GPL) #if defined(ARCH_X86) - // ordered per speed fasterst first + // ordered per speed fastest first if (flags & SWS_CPU_CAPS_MMX2) return swScale_MMX2; else if (flags & SWS_CPU_CAPS_3DNOW) -- cgit v1.2.3