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

Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Michael Niedermayer 17 years ago
parent 2de74f5a4d
commit 4f0689b528
  1. 2
      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

Loading…
Cancel
Save