mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
avfilter/avf_showspectrum: reindent
This commit is contained in:
parent
087c0a0a93
commit
63c442e3b1
@ -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]);
|
||||
|
Loading…
Reference in New Issue
Block a user