avcodec/aaccoder_twoloop: remove unused macro

seems the `sclip` macro was never used
This commit is contained in:
Yotam Ofek 2024-06-14 09:26:18 +00:00 committed by Lynne
parent ac60ad1872
commit b5ad997e72

View File

@ -53,8 +53,6 @@
/** Frequency in Hz for lower limit of noise substitution **/
#define NOISE_LOW_LIMIT 4000
#define sclip(x) av_clip(x,60,218)
/* Reflects the cost to change codebooks */
static inline int ff_pns_bits(SingleChannelElement *sce, int w, int g)
{