summaryrefslogtreecommitdiff
path: root/doc/swscale.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/swscale.txt')
-rw-r--r--doc/swscale.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/swscale.txt b/doc/swscale.txt
index 0dc4b8a5af..206600976c 100644
--- a/doc/swscale.txt
+++ b/doc/swscale.txt
@@ -58,7 +58,7 @@ Input to YUV Converter
Horizontal scaler
There are several horizontal scalers. A special case worth mentioning is
- the fast bilinear scaler that is made of runtime-generated MMX2 code
+ the fast bilinear scaler that is made of runtime-generated MMXEXT code
using specially tuned pshufw instructions.
The remaining scalers are specially-tuned for various filter lengths.
They scale 8-bit unsigned planar data to 16-bit signed planar data.