mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 19:30:05 +00: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;
|
||||
/* callback */
|
||||
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,
|
||||
const ColorFloat *c, int bar_h);
|
||||
void (*draw_axis)(AVFrame *out, AVFrame *axis, const ColorFloat *c, int off);
|
||||
|
Loading…
Reference in New Issue
Block a user