From 4f0689b528c2a2a6a77063742acdaede09025421 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 3 Jul 2008 11:52:35 +0000 Subject: [PATCH] We do not only calculate it but we also return it. Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/acelp_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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