[FFmpeg-cvslog] avfilter/af_sofalizer: switch comments positions to correct order
Paul B Mahol
git at videolan.org
Sun Dec 13 18:52:36 CET 2015
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Sun Dec 13 18:49:29 2015 +0100| [ac25d1d35e99e8e08099c0b329dd23b1159a2bb3] | committer: Paul B Mahol
avfilter/af_sofalizer: switch comments positions to correct order
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac25d1d35e99e8e08099c0b329dd23b1159a2bb3
---
libavfilter/af_sofalizer.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavfilter/af_sofalizer.c b/libavfilter/af_sofalizer.c
index 5143145..bcb3519 100644
--- a/libavfilter/af_sofalizer.c
+++ b/libavfilter/af_sofalizer.c
@@ -154,8 +154,8 @@ static int load_sofa(AVFilterContext *ctx, char *filename, int *samplingrate)
return AVERROR(EINVAL);
}
- n_samples = dim_length[n_dim_id]; /* get number of measurements */
- m_dim = dim_length[m_dim_id]; /* get length of one IR */
+ n_samples = dim_length[n_dim_id]; /* get length of one IR */
+ m_dim = dim_length[m_dim_id]; /* get number of measurements */
av_freep(&dim_length);
More information about the ffmpeg-cvslog
mailing list