summaryrefslogtreecommitdiff
path: root/libavfilter/avf_showcqt.h
diff options
context:
space:
mode:
authorMuhammad Faiz <mfcc64@gmail.com>2016-03-01 09:18:06 +0700
committerMuhammad Faiz <mfcc64@gmail.com>2016-03-06 16:36:37 +0700
commit7dd60a0b54ee2d4a5aa2a069597b560e82afb201 (patch)
tree987fe529798f39cfc6764232f360fa38015c1bc4 /libavfilter/avf_showcqt.h
parent238ddd6482d7aea2e917760a9bef291030a11e61 (diff)
downloadffmpeg-7dd60a0b54ee2d4a5aa2a069597b560e82afb201.tar.gz
avfilter/avf_showcqt: remove CoeffsType
seems not useful Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
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;