[FFmpeg-cvslog] avfilter/avf_showcqt: remove invalid line
Paul B Mahol
git at videolan.org
Fri Nov 25 20:46:34 EET 2022
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Nov 25 19:01:20 2022 +0100| [f2ea508e166b88e56c33f49634ed4cb99bd3893c] | committer: Paul B Mahol
avfilter/avf_showcqt: remove invalid line
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f2ea508e166b88e56c33f49634ed4cb99bd3893c
---
libavfilter/avf_showcqt.c | 1 -
1 file changed, 1 deletion(-)
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);
More information about the ffmpeg-cvslog
mailing list