提交 ac25d1d3 编写于 作者: P Paul B Mahol

avfilter/af_sofalizer: switch comments positions to correct order

Signed-off-by: NPaul B Mahol <onemda@gmail.com>
上级 5083900b
...@@ -154,8 +154,8 @@ static int load_sofa(AVFilterContext *ctx, char *filename, int *samplingrate) ...@@ -154,8 +154,8 @@ static int load_sofa(AVFilterContext *ctx, char *filename, int *samplingrate)
return AVERROR(EINVAL); return AVERROR(EINVAL);
} }
n_samples = dim_length[n_dim_id]; /* get number of measurements */ n_samples = dim_length[n_dim_id]; /* get length of one IR */
m_dim = dim_length[m_dim_id]; /* get length of one IR */ m_dim = dim_length[m_dim_id]; /* get number of measurements */
av_freep(&dim_length); av_freep(&dim_length);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册