1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

avfilter/adynamicequalizer_template: fix peak filter

This commit is contained in:
Paul B Mahol
2023-07-09 09:56:03 +02:00
parent 889c2529cc
commit 20b8688092

View File

@@ -129,7 +129,7 @@ static int fn(filter_prepare)(AVFilterContext *ctx)
da[1] = dg * da[0];
da[2] = dg * da[1];
dm[0] = ZERO;
dm[0] = ONE;
dm[1] = -k;
dm[2] = -TWO;
break;