summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showcqt.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavfilter/avf_showcqt.h')
-rw-r--r--libavfilter/avf_showcqt.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h
index 39c9030b98..82025b1df4 100644
--- a/libavfilter/avf_showcqt.h
+++ b/libavfilter/avf_showcqt.h
@@ -30,11 +30,6 @@ typedef struct {
int start, len;
} Coeffs;
-enum CoeffsType {
- COEFFS_TYPE_DEFAULT,
- COEFFS_TYPE_INTERLEAVE
-};
-
typedef struct {
float r, g, b;
} RGBFloat;
@@ -71,7 +66,6 @@ typedef struct {
int fft_len;
int cqt_len;
int cqt_align;
- enum CoeffsType cqt_coeffs_type;
ColorFloat *c_buf;
float *h_buf;
float *rcp_h_buf;