You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/af_biquads: fix bandpass for zdf
This commit is contained in:
		| @@ -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: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user