Commit 492dead9 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/avf_showcqt: Fix ;;

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent f8d429e0
...@@ -79,7 +79,7 @@ typedef struct { ...@@ -79,7 +79,7 @@ typedef struct {
float *bar_v_buf; float *bar_v_buf;
/* callback */ /* callback */
void (*cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs, void (*cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs,
int len, int fft_len);; int len, int fft_len);
void (*draw_bar)(AVFrame *out, const float *h, const float *rcp_h, void (*draw_bar)(AVFrame *out, const float *h, const float *rcp_h,
const ColorFloat *c, int bar_h); const ColorFloat *c, int bar_h);
void (*draw_axis)(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off); void (*draw_axis)(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment