From 85e821ce1c9f9fbc05d71071ecee4b84ec5990b1 Mon Sep 17 00:00:00 2001 From: James Almer Date: Sat, 1 Jun 2024 11:14:28 -0300 Subject: [PATCH] avutil/float_dsp: revert accidental doxy removal done by accident in 6a7c4d60a1498929c2a366f2ef4ccc35621a4358. Signed-off-by: James Almer Signed-off-by: Paul B Mahol --- libavutil/float_dsp.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h index f110881cbb..d088e18a31 100644 --- a/libavutil/float_dsp.h +++ b/libavutil/float_dsp.h @@ -179,8 +179,11 @@ typedef struct AVFloatDSPContext { * a vector of doubles. * * @param dst output vector + * constraints: 32-byte aligned * @param src0 first input vector + * constraints: 32-byte aligned * @param src1 second input vector + * constraints: 32-byte aligned * @param len number of elements in the input * constraints: multiple of 16 */