[FFmpeg-cvslog] avfilter/af_afftdn: remove unused defines
Paul B Mahol
git at videolan.org
Fri Mar 18 12:23:19 EET 2022
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Mar 18 10:30:13 2022 +0100| [ef8283fe1c95f80e65f7a87b7fe0641bb5aa7e76] | committer: Paul B Mahol
avfilter/af_afftdn: remove unused defines
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef8283fe1c95f80e65f7a87b7fe0641bb5aa7e76
---
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,
More information about the ffmpeg-cvslog
mailing list