[FFmpeg-cvslog] r14058 - trunk/libavcodec/acelp_math.h

michael subversion
Thu Jul 3 13:52:35 CEST 2008


Author: michael
Date: Thu Jul  3 13:52:35 2008
New Revision: 14058

Log:
We do not only calculate it but we also return it.


Modified:
   trunk/libavcodec/acelp_math.h

Modified: trunk/libavcodec/acelp_math.h
==============================================================================
--- trunk/libavcodec/acelp_math.h	(original)
+++ trunk/libavcodec/acelp_math.h	Thu Jul  3 13:52:35 2008
@@ -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




More information about the ffmpeg-cvslog mailing list