avfilter/avf_showspectrum: reindent

This commit is contained in:
Paul B Mahol 2015-08-04 15:18:51 +02:00
parent 087c0a0a93
commit 63c442e3b1

View File

@ -321,8 +321,6 @@ static int plot_spectrum_column(AVFilterLink *inlink, AVFrame *insamples)
s->rdft_data[ch][n] = p[n] * s->window_func_lut[n];
}
/* TODO reindent */
/* run RDFT on each samples set */
for (ch = 0; ch < s->nb_display_channels; ch++)
av_rdft_calc(s->rdft, s->rdft_data[ch]);