Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-01-29 16:12:59 +0400
committerDiego Biurrun <diego@biurrun.de>2014-03-13 16:50:29 +0400
commit831a1180785a786272cdcefb71566a770bfb879e (patch)
treeed5e9c594934ddcadc244f9a1ba057d2040303d5 /libavcodec/x86/fdct.c
parentd1184b8110b4847013bf25222e6809eb3462913c (diff)
Update dsputil- and SIMD-related comments to match reality more closely
Diffstat (limited to 'libavcodec/x86/fdct.c')
-rw-r--r--libavcodec/x86/fdct.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/fdct.c b/libavcodec/x86/fdct.c
index 6d595aa76f..6c95439e10 100644
--- a/libavcodec/x86/fdct.c
+++ b/libavcodec/x86/fdct.c
@@ -1,5 +1,5 @@
/*
- * MMX optimized forward DCT
+ * SIMD-optimized forward DCT
* The gcc porting is Copyright (c) 2001 Fabrice Bellard.
* cleanup/optimizations are Copyright (c) 2002-2004 Michael Niedermayer <michaelni@gmx.at>
* SSE2 optimization is Copyright (c) 2004 Denes Balatoni.