diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-12-26 22:30:10 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-12-26 22:30:10 +0100 |
commit | d702600350de9667becf83fba922904a48409e66 (patch) | |
tree | cfdc9251359bc3818b506d8b90dcb847a9e2399f /libavfilter/af_afir.h | |
parent | 8443462e4a563430cb12615750339f9dc2c93a8e (diff) | |
download | ffmpeg-d702600350de9667becf83fba922904a48409e66.tar.gz |
avfilter/af_afir: remove dead store variable
Diffstat (limited to 'libavfilter/af_afir.h')
-rw-r--r-- | libavfilter/af_afir.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavfilter/af_afir.h b/libavfilter/af_afir.h index f2fe290843..72d8603100 100644 --- a/libavfilter/af_afir.h +++ b/libavfilter/af_afir.h @@ -59,7 +59,6 @@ typedef struct AudioFIRContext { int block_size; int nb_partitions; int nb_channels; - int ir_length; int fft_length; int nb_coef_channels; int one2many; |