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
1 changed files with 1 additions and 1 deletions

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;