Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter.
This commit is contained in:
parent
b6c3f06b53
commit
40f956eed0
17 changed files with 65 additions and 42 deletions
|
@ -49,7 +49,11 @@
|
|||
* @ret A mask indicating which blocks in the band received pulses
|
||||
*/
|
||||
unsigned alg_quant(celt_norm *X, int N, int K, int spread, int B,
|
||||
ec_enc *enc, opus_val16 gain);
|
||||
ec_enc *enc
|
||||
#ifdef RESYNTH
|
||||
, opus_val16 gain
|
||||
#endif
|
||||
);
|
||||
|
||||
/** Algebraic pulse decoder
|
||||
* @param x Decoded normalised spectrum (returned)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue