diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-07-03 11:52:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-07-03 11:52:35 +0000 |
commit | 4f0689b528c2a2a6a77063742acdaede09025421 (patch) | |
tree | 4128aced918b2ee79e3d142aa46d655a79282859 | |
parent | 2de74f5a4d67ad01bd1547c94d925dee2bf4dc0c (diff) | |
download | ffmpeg-4f0689b528c2a2a6a77063742acdaede09025421.tar.gz |
We do not only calculate it but we also return it.
Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | libavcodec/acelp_math.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/acelp_math.h b/libavcodec/acelp_math.h index 9cfa755ecb..d2515505e3 100644 --- a/libavcodec/acelp_math.h +++ b/libavcodec/acelp_math.h @@ -51,7 +51,7 @@ int ff_exp2(uint16_t power); int ff_log2(uint32_t value); /** - * \brief Calculates the dot product + * \brief returns the dot product * \param a input data array * \param b input data array * \param length number of elements |