mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-01 12:22:09 +00:00
avfilter/af_biquads: fix bandpass for zdf
This commit is contained in:
parent
fce8b90851
commit
3d6d127cd0
@ -729,7 +729,7 @@ static void convert_dir2zdf(BiquadsContext *s, int sample_rate)
|
||||
a[1] = g * a[0];
|
||||
a[2] = g * a[1];
|
||||
m[0] = 0.;
|
||||
m[1] = s->csg ? 1. : 2.;
|
||||
m[1] = s->csg ? 1. : k;
|
||||
m[2] = 0.;
|
||||
break;
|
||||
case bandreject:
|
||||
|
Loading…
Reference in New Issue
Block a user