diff options
author | Paul B Mahol <onemda@gmail.com> | 2022-03-18 10:30:13 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2022-03-18 11:24:44 +0100 |
commit | ef8283fe1c95f80e65f7a87b7fe0641bb5aa7e76 (patch) | |
tree | ce6dae4516d94e6643bd25a19f03e745604303e9 | |
parent | 7dc570ea1345e4e4f3c237679e99f4ed8cee3795 (diff) | |
download | ffmpeg-ef8283fe1c95f80e65f7a87b7fe0641bb5aa7e76.tar.gz |
avfilter/af_afftdn: remove unused defines
-rw-r--r-- | libavfilter/af_afftdn.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavfilter/af_afftdn.c b/libavfilter/af_afftdn.c index 9587885627..d6154f3fbd 100644 --- a/libavfilter/af_afftdn.c +++ b/libavfilter/af_afftdn.c @@ -32,8 +32,6 @@ #define C (M_LN10 * 0.1) #define SOLVE_SIZE (5) #define NB_PROFILE_BANDS (15) -#define SFM_FLAGS_SIZE (512) -#define SFM_FLAGS_MASK (SFM_FLAGS_SIZE - 1) enum SampleNoiseModes { SAMPLE_NONE, |