[FFmpeg-cvslog] float_dsp: fix errors in documentation

Janne Grunau git at videolan.org
Tue Mar 11 11:39:20 CET 2014


ffmpeg | branch: release/2.2 | Janne Grunau <janne-libav at jannau.net> | Sun Mar  2 20:33:49 2014 +0100| [0ede7b534483c5c90f404a8f11f776d2f2da4e7e] | committer: Reinhard Tartler

float_dsp: fix errors in documentation

(cherry picked from commit 74cc901905741ca3d9e8364f42239341f4f173c4)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ede7b534483c5c90f404a8f11f776d2f2da4e7e
---

 libavutil/float_dsp.h |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h
index b215dad..0eb02f8 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
      */



More information about the ffmpeg-cvslog mailing list