You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-07-11 14:30:22 +02:00
avfilter/avf_showcqt: remove invalid line
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user