mirror of
https://github.com/xiph/opus.git
synced 2025-05-28 22:29:14 +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
|
@ -97,6 +97,8 @@ opus_int silk_Decode( /* O Returns error co
|
|||
opus_int stereo_to_mono;
|
||||
SAVE_STACK;
|
||||
|
||||
silk_assert( decControl->nChannelsInternal == 1 || decControl->nChannelsInternal == 2 );
|
||||
|
||||
/**********************************/
|
||||
/* Test if first frame in payload */
|
||||
/**********************************/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue