Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-03-18 12:30:13 +0300
committerPaul B Mahol <onemda@gmail.com>2022-03-18 13:24:44 +0300
commitef8283fe1c95f80e65f7a87b7fe0641bb5aa7e76 (patch)
treece6dae4516d94e6643bd25a19f03e745604303e9 /libavfilter/af_afftdn.c
parent7dc570ea1345e4e4f3c237679e99f4ed8cee3795 (diff)
avfilter/af_afftdn: remove unused defines
Diffstat (limited to 'libavfilter/af_afftdn.c')
-rw-r--r--libavfilter/af_afftdn.c2
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,