]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/avf_showcqt.h
lavc: add JNI support
[ffmpeg] / libavfilter / avf_showcqt.h
index a48b2b04fcab618b26e6dcccc980a79399a0846a..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;
@@ -60,7 +55,7 @@ typedef struct {
     AVRational          step_frac;
     int                 remaining_frac;
     int                 remaining_fill;
-    int64_t             frame_count;
+    int64_t             next_pts;
     double              *freq;
     FFTContext          *fft_ctx;
     Coeffs              *coeffs;
@@ -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;