Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-10-19 18:17:24 +0300
committerMuhammad Faiz <mfcc64@gmail.com>2016-10-20 10:10:43 +0300
commit56689a46b304bd9cf260cfa4f8e382394bfc4b85 (patch)
tree7471002d16ea03199a270e03281e55bc76c7eff0 /libavfilter/avf_showcqt.h
parentd8716864f96749f4df0b6859b7ad0816b7a483a5 (diff)
avfilter/showcqt: add cscheme option
Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
Diffstat (limited to 'libavfilter/avf_showcqt.h')
-rw-r--r--libavfilter/avf_showcqt.h2
1 files changed, 2 insertions, 0 deletions
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);