ffmpeg | branch: master | Clément Bœsch <[email protected]> | Mon Mar 20 19:11:44 2017 +0100| [90f6433dcf374dd81a6b760f49392118cd039fb4] | committer: Clément Bœsch
Merge commit 'bf58545aace7d14522ce4fa680c7b3ff62109a3a' * commit 'bf58545aace7d14522ce4fa680c7b3ff62109a3a': audiodsp: fix vector_clipf documentation Merged-by: Clément Bœsch <[email protected]> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=90f6433dcf374dd81a6b760f49392118cd039fb4 --- libavcodec/audiodsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/audiodsp.h b/libavcodec/audiodsp.h index b55bf85..003a1d0 100644 --- a/libavcodec/audiodsp.h +++ b/libavcodec/audiodsp.h @@ -45,7 +45,7 @@ typedef struct AudioDSPContext { */ void (*vector_clip_int32)(int32_t *dst, const int32_t *src, int32_t min, int32_t max, unsigned int len); - /* assume len is a multiple of 8, and arrays are 16-byte aligned */ + /* assume len is a multiple of 16, and arrays are 16-byte aligned */ void (*vector_clipf)(float *dst /* align 16 */, const float *src /* align 16 */, float min, float max, int len /* align 16 */); ====================================================================== _______________________________________________ ffmpeg-cvslog mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog
