summaryrefslogtreecommitdiff
path: root/libavutil/float_dsp.h
diff options
context:
space:
mode:
authorJanne Grunau <janne-libav@jannau.net>2014-03-02 20:33:49 +0100
committerJanne Grunau <janne-libav@jannau.net>2014-03-09 00:45:35 +0100
commit74cc901905741ca3d9e8364f42239341f4f173c4 (patch)
tree57f208101f289310de2d08474544fafc671da8ff /libavutil/float_dsp.h
parentc708b5403346255ea5adc776645616cc7c61f078 (diff)
float_dsp: fix errors in documentation
Diffstat (limited to 'libavutil/float_dsp.h')
-rw-r--r--libavutil/float_dsp.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h
index b215dad42f..0eb02f896c 100644
--- a/libavutil/float_dsp.h
+++ b/libavutil/float_dsp.h
@@ -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
*/