Loading lib_rend/ivas_output_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ int16_t ivas_get_nchan_buffers( } else if ( output_config == AUDIO_CONFIG_EXTERNAL ) { nchan_out_buff = st_ivas->hDecoderConfig->nchan_out; nchan_out_buff = st_ivas->hDecoderConfig->nchan_out + st_ivas->nchan_ism; /*take into account sba_ch_idx' in ivas_dec() */ } } else if ( st_ivas->ivas_format == MC_FORMAT ) Loading Loading
lib_rend/ivas_output_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -359,7 +359,7 @@ int16_t ivas_get_nchan_buffers( } else if ( output_config == AUDIO_CONFIG_EXTERNAL ) { nchan_out_buff = st_ivas->hDecoderConfig->nchan_out; nchan_out_buff = st_ivas->hDecoderConfig->nchan_out + st_ivas->nchan_ism; /*take into account sba_ch_idx' in ivas_dec() */ } } else if ( st_ivas->ivas_format == MC_FORMAT ) Loading