Loading lib_dec/ivas_output_config.c +4 −2 Original line number Diff line number Diff line Loading @@ -290,13 +290,15 @@ void ivas_renderer_select( /* force HOA3 domain for rotation*/ *internal_config = AUDIO_CONFIG_HOA3; } #ifndef PARAMUPMIX_BINAURAL_UPDATES #ifdef JBM_PARAMUPMIX if ( ( st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && ( *renderer_type == RENDERER_BINAURAL_FASTCONV ) ) { #ifndef PARAMUPMIX_BINAURAL_UPDATES *internal_config = AUDIO_CONFIG_5_1_2; } #else *internal_config = AUDIO_CONFIG_7_1_4; #endif } #endif } } Loading Loading
lib_dec/ivas_output_config.c +4 −2 Original line number Diff line number Diff line Loading @@ -290,13 +290,15 @@ void ivas_renderer_select( /* force HOA3 domain for rotation*/ *internal_config = AUDIO_CONFIG_HOA3; } #ifndef PARAMUPMIX_BINAURAL_UPDATES #ifdef JBM_PARAMUPMIX if ( ( st_ivas->mc_mode == MC_MODE_PARAMUPMIX ) && ( *renderer_type == RENDERER_BINAURAL_FASTCONV ) ) { #ifndef PARAMUPMIX_BINAURAL_UPDATES *internal_config = AUDIO_CONFIG_5_1_2; } #else *internal_config = AUDIO_CONFIG_7_1_4; #endif } #endif } } Loading