diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-01-21 20:46:28 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2008-01-21 20:46:28 +0000 |
commit | c14731d8da7fc91256af36f1af41b789d3c23e53 (patch) | |
tree | 00202f5fca1f7c9a75cce01f2c6d29c71bcc5c0b /libswscale/swscale.c | |
parent | b264a084b19b12f16d253ee34cfe43f6de44fe88 (diff) | |
download | ffmpeg-c14731d8da7fc91256af36f1af41b789d3c23e53.tar.gz |
Fix typo in comment
Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.c')
-rw-r--r-- | libswscale/swscale.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |