Commit edf39bf5 authored by michael's avatar michael

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@14058 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent eed7e239
......@@ -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