Remove an unused variable added in 85ede2c6
.
Thanks to John Ridges for the report.
This commit is contained in:
parent
33511f74bf
commit
7c74bc3930
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ void _celt_autocorr(
|
|||
{
|
||||
opus_val32 ac0;
|
||||
int shift;
|
||||
int n2;
|
||||
ac0 = 1+n;
|
||||
if (n&1) ac0 += SHR32(MULT16_16(xx[0],xx[0]),9);
|
||||
for(i=(n&1);i<n;i+=2)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue