Skip to content
Snippets Groups Projects
Commit a9285720 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Making rebalance a celt_int32

parent 47e905dc
No related branches found
No related tags found
No related merge requests found
......@@ -956,7 +956,7 @@ static unsigned quant_band(int encode, const CELTMode *m, int i, celt_norm *X, c
celt_norm *next_lowband2=NULL;
celt_norm *next_lowband_out1=NULL;
int next_level=0;
int rebalance;
celt_int32 rebalance;
/* Give more bits to low-energy MDCTs than they would otherwise deserve */
if (B0>1 && !stereo)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment