You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avfilter/af_sofalizer: fix typo in comments
This commit is contained in:
@@ -877,7 +877,7 @@ static int load_data(AVFilterContext *ctx, int azim, int elev, float radius, int
|
|||||||
/* load non-reversed IRs of the specified source position
|
/* load non-reversed IRs of the specified source position
|
||||||
* sample-by-sample and apply gain,
|
* sample-by-sample and apply gain,
|
||||||
* L channel is loaded to real part, R channel to imag part,
|
* L channel is loaded to real part, R channel to imag part,
|
||||||
* IRs ared shifted by L and R delay */
|
* IRs are shifted by L and R delay */
|
||||||
fft_in_l[s->delay[0][i] + j].re = lir[j] * gain_lin;
|
fft_in_l[s->delay[0][i] + j].re = lir[j] * gain_lin;
|
||||||
fft_in_r[s->delay[1][i] + j].re = rir[j] * gain_lin;
|
fft_in_r[s->delay[1][i] + j].re = rir[j] * gain_lin;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user