1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

avfilter/avf_showcqt: remove invalid line

This commit is contained in:
Paul B Mahol 2022-11-25 19:01:20 +01:00
parent 5d7f3b2639
commit f2ea508e16

View File

@ -1149,7 +1149,6 @@ static int plot_cqt(AVFilterContext *ctx, AVFrame **frameout)
}
s->tx_fn(s->fft_ctx, s->fft_result, s->fft_input, sizeof(AVComplexFloat));
s->fft_result[s->fft_len] = s->fft_result[0];
UPDATE_TIME(s->fft_time);
s->cqt_calc(s->cqt_result, s->fft_result, s->coeffs, s->cqt_len, s->fft_len);