avcodec/aaccoder_twoloop: remove unused macro
seems the `sclip` macro was never used
This commit is contained in:
parent
ac60ad1872
commit
b5ad997e72
@ -53,8 +53,6 @@
|
|||||||
/** Frequency in Hz for lower limit of noise substitution **/
|
/** Frequency in Hz for lower limit of noise substitution **/
|
||||||
#define NOISE_LOW_LIMIT 4000
|
#define NOISE_LOW_LIMIT 4000
|
||||||
|
|
||||||
#define sclip(x) av_clip(x,60,218)
|
|
||||||
|
|
||||||
/* Reflects the cost to change codebooks */
|
/* Reflects the cost to change codebooks */
|
||||||
static inline int ff_pns_bits(SingleChannelElement *sce, int w, int g)
|
static inline int ff_pns_bits(SingleChannelElement *sce, int w, int g)
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user