Commit ac25d1d3 authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_sofalizer: switch comments positions to correct order

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 5083900b
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment