Loading lib_com/ivas_td_decorr.c +1 −1 Original line number Diff line number Diff line Loading @@ -556,7 +556,7 @@ void ivas_td_decorr_bitrate_check( Decoder_Struct *st_ivas /* i/o : IVAS decoder structure */ ) { if ( ( output_config == AUDIO_CONFIG_MONO || output_config == AUDIO_CONFIG_STEREO ) || ( ivas_total_brate >= IVAS_256k && output_config == AUDIO_CONFIG_FOA ) ) if ( ( st_ivas->ivas_format == SBA_FORMAT ) && ( ( output_config == AUDIO_CONFIG_MONO || output_config == AUDIO_CONFIG_STEREO ) || ( ivas_total_brate >= IVAS_256k && output_config == AUDIO_CONFIG_FOA ) ) ) { st_ivas->td_decorr_flag = 1; } Loading Loading
lib_com/ivas_td_decorr.c +1 −1 Original line number Diff line number Diff line Loading @@ -556,7 +556,7 @@ void ivas_td_decorr_bitrate_check( Decoder_Struct *st_ivas /* i/o : IVAS decoder structure */ ) { if ( ( output_config == AUDIO_CONFIG_MONO || output_config == AUDIO_CONFIG_STEREO ) || ( ivas_total_brate >= IVAS_256k && output_config == AUDIO_CONFIG_FOA ) ) if ( ( st_ivas->ivas_format == SBA_FORMAT ) && ( ( output_config == AUDIO_CONFIG_MONO || output_config == AUDIO_CONFIG_STEREO ) || ( ivas_total_brate >= IVAS_256k && output_config == AUDIO_CONFIG_FOA ) ) ) { st_ivas->td_decorr_flag = 1; } Loading