From a11757d7cba97ea8625bfda0a10db2a2b8e66b02 Mon Sep 17 00:00:00 2001 From: Muhammad Faiz Date: Thu, 13 Oct 2016 06:00:24 +0700 Subject: avfilter/showcqt: add csp option from colorspace filter 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 588830fa3d..71e9d13660 100644 --- a/libavfilter/avf_showcqt.h +++ b/libavfilter/avf_showcqt.h @@ -71,6 +71,7 @@ typedef struct { float *rcp_h_buf; float *sono_v_buf; float *bar_v_buf; + float cmatrix[3][3]; /* callback */ void (*cqt_calc)(FFTComplex *dst, const FFTComplex *src, const Coeffs *coeffs, int len, int fft_len); @@ -111,6 +112,7 @@ typedef struct { char *fontcolor; char *axisfile; int axis; + int csp; } ShowCQTContext; void ff_showcqt_init_x86(ShowCQTContext *s); -- cgit v1.2.1