]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avf_showcqt.h
lavc: add JNI support
[ffmpeg] / libavfilter / avf_showcqt.h
index 39c9030b981b91d4e69343dc3f6bf41608a5a3e8..82025b1df4826dd3639bc2a9f044d2f03b4c7f74 100644 (file)
@@ -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;