]> git.sesse.net Git - ffmpeg/commit
audiodsp: fix vector_clipf documentation
authorAnton Khirnov <anton@khirnov.net>
Tue, 9 Aug 2016 17:50:56 +0000 (19:50 +0200)
committerAnton Khirnov <anton@khirnov.net>
Thu, 22 Sep 2016 07:47:52 +0000 (09:47 +0200)
commitbf58545aace7d14522ce4fa680c7b3ff62109a3a
tree9bc0c80a54716f5c47912954ea6a44e98ddeed56
parente9ef6171396dc4106526aaa86b620c61ca3d1017
audiodsp: fix vector_clipf documentation

The x86 version processes 16 floats per iteration, so len must be a
multiple of 16.
libavcodec/audiodsp.h