diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-11-25 19:01:20 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-11-25 19:40:11 +0100 |
commit | f2ea508e166b88e56c33f49634ed4cb99bd3893c (patch) | |
tree | 229923db26df08b91b9bf7ff0db2b8848bd39fe0 | |
parent | 5d7f3b2639923cf054cab917a11ec90ae600ec07 (diff) | |
download | ffmpeg-f2ea508e166b88e56c33f49634ed4cb99bd3893c.tar.gz |
avfilter/avf_showcqt: remove invalid line
-rw-r--r-- | libavfilter/avf_showcqt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/avf_showcqt.c b/libavfilter/avf_showcqt.c index fe3dc286b3..93229a14eb 100644 --- a/libavfilter/avf_showcqt.c +++ b/libavfilter/avf_showcqt.c @@ -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); |