avcodec/aaccoder_twoloop: remove unused macro

seems the `sclip` macro was never used
release/7.1
Yotam Ofek 9 months ago committed by Lynne
parent ac60ad1872
commit b5ad997e72
  1. 2
      libavcodec/aaccoder_twoloop.h

@ -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)
{

Loading…
Cancel
Save