diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-07-08 19:16:20 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-10-31 00:37:42 +0100 |
commit | 652f5185945c8405fc57aed353286858df8d066f (patch) | |
tree | 9f8c506e35db936ad852bced9d309783cebd2f17 /libswscale/x86/swscale_template.c | |
parent | 04581c8c77ce779e4e70684ac45302972766be0f (diff) | |
download | ffmpeg-652f5185945c8405fc57aed353286858df8d066f.tar.gz |
x86: mmx2 ---> mmxext in comments and messages
Diffstat (limited to 'libswscale/x86/swscale_template.c')
-rw-r--r-- | libswscale/x86/swscale_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libswscale/x86/swscale_template.c b/libswscale/x86/swscale_template.c index 0d5ba7ee69..8be6398f59 100644 --- a/libswscale/x86/swscale_template.c +++ b/libswscale/x86/swscale_template.c @@ -1615,7 +1615,7 @@ static av_cold void RENAME(sws_init_swScale)(SwsContext *c) } if (c->srcBpc == 8 && c->dstBpc <= 10) { - // Use the new MMX scaler if the MMX2 one can't be used (it is faster than the x86 ASM one). + // Use the new MMX scaler if the MMXEXT one can't be used (it is faster than the x86 ASM one). #if COMPILE_TEMPLATE_MMXEXT if (c->flags & SWS_FAST_BILINEAR && c->canMMX2BeUsed) { |