Commit 4f0689b5 authored by Michael Niedermayer's avatar Michael Niedermayer

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

Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 2de74f5a
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment