You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/adynamicequalizer_template: fix peak filter
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user