mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Fix typo in comment
Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
This commit is contained in:
parent
b264a084b1
commit
c14731d8da
@ -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…
Reference in New Issue
Block a user