X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavfilter%2Favf_showcqt.h;h=82025b1df4826dd3639bc2a9f044d2f03b4c7f74;hb=3ab178516ec85e7cf524f8c2e0791c5f000b532c;hp=39c9030b981b91d4e69343dc3f6bf41608a5a3e8;hpb=8fd5342463b07fdfe2f6e89620182380c1c10ab8;p=ffmpeg diff --git a/libavfilter/avf_showcqt.h b/libavfilter/avf_showcqt.h index 39c9030b981..82025b1df48 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;