Fix minor issues reported by scan-build
This commit is contained in:
parent
96480adaff
commit
b7b5872c9d
4 changed files with 6 additions and 8 deletions
|
@ -1187,7 +1187,6 @@ int celt_encode_with_ec(CELTEncoder * OPUS_RESTRICT st, const opus_val16 * pcm,
|
|||
pre[0] = _pre;
|
||||
pre[1] = _pre + (N+COMBFILTER_MAXPERIOD);
|
||||
|
||||
silence = 1;
|
||||
c=0; do {
|
||||
int count = 0;
|
||||
const opus_val16 * OPUS_RESTRICT pcmp = pcm+c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue