1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

avfilter/af_afftdn: remove unused defines

This commit is contained in:
Paul B Mahol 2022-03-18 10:30:13 +01:00
parent 7dc570ea13
commit ef8283fe1c

View File

@ -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,