[FFmpeg-cvslog] avfilter/af_sofalizer: fix typo in comments

Paul B Mahol git at videolan.org
Wed Dec 26 11:46:58 EET 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Wed Dec 26 00:27:48 2018 +0100| [60e9007be2e9851a6c8948f1ab7fbe85f590d34f] | committer: Paul B Mahol

avfilter/af_sofalizer: fix typo in comments

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=60e9007be2e9851a6c8948f1ab7fbe85f590d34f
---

 libavfilter/af_sofalizer.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/af_sofalizer.c b/libavfilter/af_sofalizer.c
index 02c0409043..f9325ff312 100644
--- a/libavfilter/af_sofalizer.c
+++ b/libavfilter/af_sofalizer.c
@@ -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
                  * sample-by-sample and apply gain,
                  * 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_r[s->delay[1][i] + j].re = rir[j] * gain_lin;
             }



More information about the ffmpeg-cvslog mailing list