Commit 7142aef5 authored by reimar's avatar reimar

Fix typo in comment


git-svn-id: file:///var/local/repositories/mplayer/trunk/libswscale@25829 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 317846fb
...@@ -1543,7 +1543,7 @@ static SwsFunc getSwsFunc(int flags){ ...@@ -1543,7 +1543,7 @@ static SwsFunc getSwsFunc(int flags){
#if defined(RUNTIME_CPUDETECT) && defined (CONFIG_GPL) #if defined(RUNTIME_CPUDETECT) && defined (CONFIG_GPL)
#if defined(ARCH_X86) #if defined(ARCH_X86)
// ordered per speed fasterst first // ordered per speed fastest first
if (flags & SWS_CPU_CAPS_MMX2) if (flags & SWS_CPU_CAPS_MMX2)
return swScale_MMX2; return swScale_MMX2;
else if (flags & SWS_CPU_CAPS_3DNOW) 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