From 56689a46b304bd9cf260cfa4f8e382394bfc4b85 Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Wed, 19 Oct 2016 22:17:24 +0700 Subject: avfilter/showcqt: add cscheme option Signed-off-by: Muhammad Faiz --- libavfilter/avf_showcqt.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavfilter/avf_showcqt.h') diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h index d0bacaf706..165d36e763 100644 --- a/libavfilter/avf_showcqt.h +++ b/libavfilter/avf_showcqt.h @@ -72,6 +72,7 @@ typedef struct { float *sono_v_buf; float *bar_v_buf; float cmatrix[3][3]; + float cscheme_v[6]; /* callback */ void (*cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs, int len, int fft_len); @@ -114,6 +115,7 @@ typedef struct { char *axisfile; int axis; int csp; + char *cscheme; } ShowCQTContext; void ff_showcqt_init_x86(ShowCQTContext *s); -- cgit v1.2.3