mirror of
https://github.com/xiph/opus.git
synced 2025-05-30 23:27:42 +00:00
Fixes some minor issues found by scan build
This commit is contained in:
parent
a599ccd217
commit
ca6fac041b
6 changed files with 9 additions and 12 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue