diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-03-11 11:22:10 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-03-11 11:22:10 +0100 |
commit | 3e4b95784793555d2216139f10375ec09f290876 (patch) | |
tree | 02a8d62b7cc543e1f09a6ed64f7231d94a928ac7 /libavutil | |
parent | cbabbe8220b34d245b6128639e34b9cc146c3556 (diff) | |
parent | 0ede7b534483c5c90f404a8f11f776d2f2da4e7e (diff) | |
download | ffmpeg-3e4b95784793555d2216139f10375ec09f290876.tar.gz |
Merge commit '0ede7b534483c5c90f404a8f11f776d2f2da4e7e' into release/2.2
* commit '0ede7b534483c5c90f404a8f11f776d2f2da4e7e':
float_dsp: fix errors in documentation
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/float_dsp.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h index d0447d6346..3424cb5446 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 */ |