]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/af_afir.h
mpegvideo: add deprecated flags to the rc_strategy option
[ffmpeg] / libavfilter / af_afir.h
index aaeb66536fa4c053fbc0f883ffce6f285bc53527..7712e6ada89a7d37dd46019e7c99723625673720 100644 (file)
@@ -32,8 +32,6 @@
 #include "formats.h"
 #include "internal.h"
 
-#define MAX_IR_DURATION 30
-
 typedef struct AudioFIRContext {
     const AVClass *class;
 
@@ -41,6 +39,7 @@ typedef struct AudioFIRContext {
     float dry_gain;
     float length;
     int again;
+    float max_ir_len;
 
     float gain;