forked from FFmpeg/FFmpeg
avfilter/adynamicequalizer_template: fix peak filter
This commit is contained in:
parent
889c2529cc
commit
20b8688092
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue