Browse Source

Fix typo in comment

Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Reimar Döffinger 17 years ago
parent
commit
c14731d8da
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libswscale/swscale.c

+ 1
- 1
libswscale/swscale.c View File

@@ -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)


Loading…
Cancel
Save