1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-13 21:28:01 +02:00

avutil/float_dsp: revert accidental doxy removal

done by accident in 6a7c4d60a1.

Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
James Almer 2024-06-01 11:14:28 -03:00
parent 7e182a8d92
commit 7736ca1d7b

View File

@ -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
*/