Loading lib_rend/ivas_output_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ int16_t ivas_get_nchan_buffers_dec( nchan_out_buff = max( nchan_out_buff, audioCfg2channels( output_config ) ); } #ifdef NONBE_FIX_798_OSBA_MC_DEC_CRASH nchan_out_buff = max( nchan_out_buff, nchan_internal + st_ivas->nchan_ism ); nchan_out_buff = max( nchan_out_buff, nchan_internal ); #endif } else if ( st_ivas->ivas_format == MASA_FORMAT ) Loading Loading
lib_rend/ivas_output_init.c +1 −1 Original line number Diff line number Diff line Loading @@ -316,7 +316,7 @@ int16_t ivas_get_nchan_buffers_dec( nchan_out_buff = max( nchan_out_buff, audioCfg2channels( output_config ) ); } #ifdef NONBE_FIX_798_OSBA_MC_DEC_CRASH nchan_out_buff = max( nchan_out_buff, nchan_internal + st_ivas->nchan_ism ); nchan_out_buff = max( nchan_out_buff, nchan_internal ); #endif } else if ( st_ivas->ivas_format == MASA_FORMAT ) Loading