You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avfilter/af_headphone: fix type=time with hrir=multich
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
		| @@ -567,8 +567,8 @@ static int convert_coeffs(AVFilterContext *ctx, AVFilterLink *inlink) | ||||
|                 if (s->type == TIME_DOMAIN) { | ||||
|                     offset = idx * FFALIGN(len, 16); | ||||
|                     for (j = 0; j < len; j++) { | ||||
|                         data_ir_l[offset + j] = ptr[len * 2 - j * 2 - 2] * gain_lin; | ||||
|                         data_ir_r[offset + j] = ptr[len * 2 - j * 2 - 1] * gain_lin; | ||||
|                         data_ir_l[offset + j] = ptr[len * N - j * N - N + I    ] * gain_lin; | ||||
|                         data_ir_r[offset + j] = ptr[len * N - j * N - N + I + 1] * gain_lin; | ||||
|                     } | ||||
|                 } else { | ||||
|                     memset(fft_in_l, 0, n_fft * sizeof(*fft_in_l)); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user