[FFmpeg-cvslog] avutil/float_dsp.h: fix doxy for scalarproduct_double

James Almer git at videolan.org
Sat Jun 1 17:16:01 EEST 2024


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Sat Jun  1 11:15:30 2024 -0300| [7087da303f9ae638f54134b1ac5f621ecf7e1171] | committer: James Almer

avutil/float_dsp.h: fix doxy for scalarproduct_double

Signed-off-by: James Almer <jamrial at gmail.com>

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

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

diff --git a/libavutil/float_dsp.h b/libavutil/float_dsp.h
index 8484075fa0..a99edc39bb 100644
--- a/libavutil/float_dsp.h
+++ b/libavutil/float_dsp.h
@@ -194,11 +194,11 @@ typedef struct AVFloatDSPContext {
      * Calculate the scalar product of two vectors of doubles.
      *
      * @param v1  first vector
-     *             constraints: 32-byte aligned
+     *            constraints: 32-byte aligned
      * @param v2  second vector
-     *             constraints: 32-byte aligned
+     *            constraints: 32-byte aligned
      * @param len length of vectors
-     *             constraints: 32-byte aligned
+     *            constraints: multiple of 16
      *
      * @return inner product of the vectors
      */



More information about the ffmpeg-cvslog mailing list