]> git.sesse.net Git - ffmpeg/commit
avfilter/af_dynaudnorm: fix another clipping with custom peak value
authorPaul B Mahol <onemda@gmail.com>
Sat, 4 Jan 2020 18:10:06 +0000 (19:10 +0100)
committerPaul B Mahol <onemda@gmail.com>
Sat, 4 Jan 2020 18:34:50 +0000 (19:34 +0100)
commit389865352de8fe7cc46241e8c2843a46a776acdf
tree4ab3049e70023be635e7f3b042e41101ebc4e1f3
parentc8253cb3328421b3825787e2e2f853ffe1128aa9
avfilter/af_dynaudnorm: fix another clipping with custom peak value

This always happened at start with alternative boundary mode disabled.
The clipping only occurred if starting samples where high enough.
libavfilter/af_dynaudnorm.c