diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-29 13:12:59 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-13 05:50:29 -0700 |
commit | 831a1180785a786272cdcefb71566a770bfb879e (patch) | |
tree | ed5e9c594934ddcadc244f9a1ba057d2040303d5 /libavcodec/x86/rnd_template.c | |
parent | d1184b8110b4847013bf25222e6809eb3462913c (diff) | |
download | ffmpeg-831a1180785a786272cdcefb71566a770bfb879e.tar.gz |
Update dsputil- and SIMD-related comments to match reality more closely
Diffstat (limited to 'libavcodec/x86/rnd_template.c')
-rw-r--r-- | libavcodec/x86/rnd_template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/x86/rnd_template.c b/libavcodec/x86/rnd_template.c index e9a5a45799..144f111368 100644 --- a/libavcodec/x86/rnd_template.c +++ b/libavcodec/x86/rnd_template.c @@ -1,5 +1,5 @@ /* - * DSP utils mmx functions are compiled twice for rnd/no_rnd + * SIMD-optimized halfpel functions are compiled twice for rnd/no_rnd * Copyright (c) 2000, 2001 Fabrice Bellard * Copyright (c) 2003-2004 Michael Niedermayer <michaelni@gmx.at> * |