forked from FFmpeg/FFmpeg
We do not only calculate it but we also return it.
Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
2de74f5a4d
commit
4f0689b528
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue