Commit 0ede7b53 authored by Janne Grunau's avatar Janne Grunau Committed by Reinhard Tartler

float_dsp: fix errors in documentation

(cherry picked from commit 74cc9019)
parent 5b933be0
...@@ -113,7 +113,7 @@ typedef struct AVFloatDSPContext { ...@@ -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 { ...@@ -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
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment