Fix minor issues reported by scan-build

This commit is contained in:
Philip Jägenstedt 2012-10-11 11:27:12 +02:00 committed by Gregory Maxwell
parent 96480adaff
commit b7b5872c9d
4 changed files with 6 additions and 8 deletions

View file

@ -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 */
/**********************************/