avfilter/af_afftdn: remove unused defines

release/5.1
Paul B Mahol 3 years ago
parent 7dc570ea13
commit ef8283fe1c
  1. 2
      libavfilter/af_afftdn.c

@ -32,8 +32,6 @@
#define C (M_LN10 * 0.1) #define C (M_LN10 * 0.1)
#define SOLVE_SIZE (5) #define SOLVE_SIZE (5)
#define NB_PROFILE_BANDS (15) #define NB_PROFILE_BANDS (15)
#define SFM_FLAGS_SIZE (512)
#define SFM_FLAGS_MASK (SFM_FLAGS_SIZE - 1)
enum SampleNoiseModes { enum SampleNoiseModes {
SAMPLE_NONE, SAMPLE_NONE,

Loading…
Cancel
Save