diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-31 14:02:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-31 14:02:35 +0100 |
commit | 78ec407d5a7ed8a00d49e7555e2cc55e7786fd1d (patch) | |
tree | f4bfafaf29f67c4e8224a8b2fac8a19c00a7c1f9 /libswscale/x86/swscale_template.c | |
parent | 9766d9c9851577d8162d5f006dffc721902a1409 (diff) | |
parent | 652f5185945c8405fc57aed353286858df8d066f (diff) | |
download | ffmpeg-78ec407d5a7ed8a00d49e7555e2cc55e7786fd1d.tar.gz |
Merge commit '652f5185945c8405fc57aed353286858df8d066f'
* commit '652f5185945c8405fc57aed353286858df8d066f':
x86: mmx2 ---> mmxext in comments and messages
Conflicts:
libswscale/x86/swscale_template.c
Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 a09de1892a..c61a63f53a 100644 --- a/libswscale/x86/swscale_template.c +++ b/libswscale/x86/swscale_template.c @@ -1690,7 +1690,7 @@ static av_cold void RENAME(sws_init_swScale)(SwsContext *c) } if (c->srcBpc == 8 && c->dstBpc <= 14) { - // 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) { |