mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-02-04 06:08:26 +02:00
avfilter/avf_showcqt: Fix ;;
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
f8d429e0c5
commit
492dead9ac
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user