Convert tabs to spaces in the opus and celt code.
Also reformat some, but by no means all, of the opus code for line length and three-character indents.
This commit is contained in:
parent
4923f3f80e
commit
da025d5632
10 changed files with 629 additions and 595 deletions
|
@ -2391,7 +2391,7 @@ int celt_decode_with_ec(CELTDecoder * restrict st, const unsigned char *data, in
|
|||
tell = ec_tell(dec);
|
||||
|
||||
if (tell >= total_bits)
|
||||
silence = 1;
|
||||
silence = 1;
|
||||
else if (tell==1)
|
||||
silence = ec_dec_bit_logp(dec, 15);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue