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:
parent
7e182a8d92
commit
7736ca1d7b
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user