From c83eeec0332f24bbcd56bfcd910fb274abaab343 Mon Sep 17 00:00:00 2001 From: reimar Date: Mon, 21 Jan 2008 20:46:28 +0000 Subject: Fix typo in comment git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25829 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libswscale/swscale.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswscale/swscale.c') 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