From 74cc901905741ca3d9e8364f42239341f4f173c4 Mon Sep 17 00:00:00 2001 From: Janne Grunau Date: Sun, 2 Mar 2014 20:33:49 +0100 Subject: float_dsp: fix errors in documentation --- libavutil/float_dsp.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libavutil') 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 */ -- cgit v1.2.3