Fixes some minor issues found by scan build

This commit is contained in:
Jean-Marc Valin 2013-11-09 18:28:40 -05:00
parent a599ccd217
commit ca6fac041b
6 changed files with 9 additions and 12 deletions

View file

@ -240,7 +240,6 @@ static int transient_analysis(const opus_val32 * OPUS_RESTRICT in, int len, int
ALLOC(tmp, len, opus_val16);
len2=len/2;
tf_max = 0;
for (c=0;c<C;c++)
{
opus_val32 mean;