Commit 7087da30 authored by James Almer's avatar James Almer

avutil/float_dsp.h: fix doxy for scalarproduct_double

Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 7736ca1d
......@@ -194,11 +194,11 @@ typedef struct AVFloatDSPContext {
* Calculate the scalar product of two vectors of doubles.
*
* @param v1 first vector
* constraints: 32-byte aligned
* constraints: 32-byte aligned
* @param v2 second vector
* constraints: 32-byte aligned
* constraints: 32-byte aligned
* @param len length of vectors
* constraints: 32-byte aligned
* constraints: multiple of 16
*
* @return inner product of the vectors
*/
......
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