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

Fixes the inversion of SPREAD_LIGHT and SPREAD_AGGRESSIVE

Change the bit-stream (without causing desync)
parent 64805fd2
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ static void exp_rotation1(celt_norm *X, int len, int stride, celt_word16 c, celt
static void exp_rotation(celt_norm *X, int len, int dir, int stride, int K, int spread)
{
static const int SPREAD_FACTOR[3]={5,10,15};
static const int SPREAD_FACTOR[3]={15,10,5};
int i;
celt_word16 c, s;
celt_word16 gain, theta;
......
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