Commit c14731d8 authored by Reimar Döffinger's avatar Reimar Döffinger

Fix typo in comment

Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
parent b264a084
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment