[SCM] libav/experimental: float_dsp: fix errors in documentation

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:01:52 UTC 2014


The following commit has been merged in the experimental branch:
commit 74cc901905741ca3d9e8364f42239341f4f173c4
Author: Janne Grunau <janne-libav at jannau.net>
Date:   Sun Mar 2 20:33:49 2014 +0100

    float_dsp: fix errors in documentation

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
      */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list