mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 06:09:15 +00:00
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
|
@ -987,7 +987,7 @@ opus_int32 test_parse(void)
|
|||
}
|
||||
}
|
||||
fprintf(stdout," code 3 padding (%2d cases) ............... OK.\n",cfgs);
|
||||
cfgs_total+=cfgs;cfgs=0;
|
||||
cfgs_total+=cfgs;
|
||||
fprintf(stdout," opus_packet_parse ............................ OK.\n");
|
||||
fprintf(stdout," All packet parsing tests passed\n");
|
||||
fprintf(stdout," (%d API invocations)\n",cfgs_total);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue