From ef8283fe1c95f80e65f7a87b7fe0641bb5aa7e76 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 18 Mar 2022 10:30:13 +0100 Subject: [PATCH] avfilter/af_afftdn: remove unused defines --- libavfilter/af_afftdn.c | 2 -- 1 file changed, 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,