Loading lib_rend/ivas_output_init.c +5 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ int16_t ivas_get_nchan_buffers( } else if ( st_ivas->ivas_format == SBA_ISM_FORMAT ) { nchan_out_buff = st_ivas->hDecoderConfig->nchan_out; nchan_out_buff = st_ivas->nchan_ism + st_ivas->nchan_transport; if ( st_ivas->hMCT != NULL ) { Loading @@ -357,6 +357,10 @@ int16_t ivas_get_nchan_buffers( nchan_out_buff = max( nchan_out_buff + st_ivas->nchan_ism, audioCfg2channels( output_config ) ); /* needed for ivas_sba_upmixer_renderer() */ } } else if ( output_config == AUDIO_CONFIG_EXTERNAL ) { nchan_out_buff = st_ivas->hDecoderConfig->nchan_out; } } else if ( st_ivas->ivas_format == MC_FORMAT ) { Loading Loading
lib_rend/ivas_output_init.c +5 −1 Original line number Diff line number Diff line Loading @@ -336,7 +336,7 @@ int16_t ivas_get_nchan_buffers( } else if ( st_ivas->ivas_format == SBA_ISM_FORMAT ) { nchan_out_buff = st_ivas->hDecoderConfig->nchan_out; nchan_out_buff = st_ivas->nchan_ism + st_ivas->nchan_transport; if ( st_ivas->hMCT != NULL ) { Loading @@ -357,6 +357,10 @@ int16_t ivas_get_nchan_buffers( nchan_out_buff = max( nchan_out_buff + st_ivas->nchan_ism, audioCfg2channels( output_config ) ); /* needed for ivas_sba_upmixer_renderer() */ } } else if ( output_config == AUDIO_CONFIG_EXTERNAL ) { nchan_out_buff = st_ivas->hDecoderConfig->nchan_out; } } else if ( st_ivas->ivas_format == MC_FORMAT ) { Loading