| Index: silk/dec_API.c
|
| diff --git a/silk/dec_API.c b/silk/dec_API.c
|
| index bb0bc07784af923205abc963565e0eea050cb1c3..4cbcf71514d376215ee8f6c5bfa8e06cb4798478 100644
|
| --- a/silk/dec_API.c
|
| +++ b/silk/dec_API.c
|
| @@ -305,7 +305,7 @@ opus_int silk_Decode( /* O Returns error co
|
|
|
| /* Set up pointers to temp buffers */
|
| ALLOC( samplesOut2_tmp,
|
| - decControl->nChannelsAPI == 2 ? *nSamplesOut : 0, opus_int16 );
|
| + decControl->nChannelsAPI == 2 ? *nSamplesOut : ALLOC_NONE, opus_int16 );
|
| if( decControl->nChannelsAPI == 2 ) {
|
| resample_out_ptr = samplesOut2_tmp;
|
| } else {
|
|
|