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

Minor fix

parent eb37eaab
No related branches found
No related tags found
No related merge requests found
......@@ -254,6 +254,8 @@ float remove_doubling(celt_word32 *pre[2], int COMBFILTER_MAXPERIOD, int N, int
T = T1;
}
}
if (pg > g)
pg = g;
/*printf ("%d %f\n", T, g);*/
*_T0 = T;
return pg;
......
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