mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-04-23 02:11:14 +08:00
Merge remote-tracking branch 'qatar/master'
* qatar/master: float_dsp: fix errors in documentation Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -113,7 +113,7 @@ typedef struct AVFloatDSPContext {
|
||||
* constraints: 32-byte aligned
|
||||
* @param src1 second input vector
|
||||
* constraints: 32-byte aligned
|
||||
* @param src1 third input vector
|
||||
* @param src2 third input vector
|
||||
* constraints: 32-byte aligned
|
||||
* @param len number of elements in the input
|
||||
* constraints: multiple of 16
|
||||
@@ -132,8 +132,6 @@ typedef struct AVFloatDSPContext {
|
||||
* constraints: 32-byte aligned
|
||||
* @param src1 second input vector
|
||||
* constraints: 32-byte aligned
|
||||
* @param src1 third input vector
|
||||
* constraints: 32-byte aligned
|
||||
* @param len number of elements in the input
|
||||
* constraints: multiple of 16
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user