diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h index 8484075fa0..a99edc39bb 100644 --- a/libavutil/float_dsp.h +++ b/libavutil/float_dsp.h @@ -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 */