Merge commit '0ede7b534483c5c90f404a8f11f776d2f2da4e7e' into release/2.2
* commit '0ede7b534483c5c90f404a8f11f776d2f2da4e7e': 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
|
* constraints: 32-byte aligned
|
||||||
* @param src1 second input vector
|
* @param src1 second input vector
|
||||||
* constraints: 32-byte aligned
|
* constraints: 32-byte aligned
|
||||||
* @param src1 third input vector
|
* @param src2 third input vector
|
||||||
* constraints: 32-byte aligned
|
* constraints: 32-byte aligned
|
||||||
* @param len number of elements in the input
|
* @param len number of elements in the input
|
||||||
* constraints: multiple of 16
|
* constraints: multiple of 16
|
||||||
@@ -132,8 +132,6 @@ typedef struct AVFloatDSPContext {
|
|||||||
* constraints: 32-byte aligned
|
* constraints: 32-byte aligned
|
||||||
* @param src1 second input vector
|
* @param src1 second input vector
|
||||||
* constraints: 32-byte aligned
|
* constraints: 32-byte aligned
|
||||||
* @param src1 third input vector
|
|
||||||
* constraints: 32-byte aligned
|
|
||||||
* @param len number of elements in the input
|
* @param len number of elements in the input
|
||||||
* constraints: multiple of 16
|
* constraints: multiple of 16
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user