diff options
author | Paul B Mahol <onemda@gmail.com> | 2023-04-25 15:42:44 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2023-04-25 21:22:15 +0200 |
commit | bee265e5d50a6d6057fb2cf77d55851b867a41d9 (patch) | |
tree | 4899e3bd62f5665297535f6131b81ee2bff69ff8 /libavfilter/af_afir.h | |
parent | 1835f884b7ae475d2079d044003966981823502e (diff) | |
download | ffmpeg-bee265e5d50a6d6057fb2cf77d55851b867a41d9.tar.gz |
avfilter/af_afir: add way to control loading interval of impulses
Diffstat (limited to 'libavfilter/af_afir.h')
-rw-r--r-- | libavfilter/af_afir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/af_afir.h b/libavfilter/af_afir.h index 099897d0bb..7c9a3b3e31 100644 --- a/libavfilter/af_afir.h +++ b/libavfilter/af_afir.h @@ -65,6 +65,7 @@ typedef struct AudioFIRContext { int gtype; float ir_gain; int ir_format; + int ir_load; float max_ir_len; int response; int w, h; |