]> git.sesse.net Git - ffmpeg/blobdiff - doc/swscale.txt
Merge commit 'f0a106578d759de6183eea3c75f8373b6d3153c1'
[ffmpeg] / doc / swscale.txt
index 0dc4b8a5af59560ccea18419823652bd3e350a3a..206600976c66c0007c72c990cb2ff785f02e2f2e 100644 (file)
@@ -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.