Loading lib_dec/ivas_output_config.c +5 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ static void ms_bin_upmix_renderer_select( const IVAS_FORMAT ivas_format, /* i : Decoder format */ const IVAS_AUDIO_CONFIG output_config, /* i : Decoder output configuration */ #ifdef FIX_1419_SPATIAL_UMX const IVAS_AUDIO_CONFIG output_config, /* i : Decoder output configuration */ const IVAS_MS_UMX_CONF_HANDLE pMsUpmix_config, /* i : Mono/stereo upmix rendering configuration */ #endif const bool headrotation_enabled, /* i : Flag to signal headrotation is enabled */ #endif IVAS_AUDIO_CONFIG *internal_config, /* o : Internal configuration for rendering */ RENDERER_TYPE *renderer_type /* o : Selected renderer type */ ) Loading Loading @@ -135,11 +135,11 @@ void ivas_renderer_select( if ( st_ivas->ivas_format == MONO_FORMAT || st_ivas->ivas_format == STEREO_FORMAT ) { ms_bin_upmix_renderer_select( st_ivas->ivas_format, output_config, #ifdef FIX_1419_SPATIAL_UMX output_config, &st_ivas->hRenderConfig->mono_stereo_upmix_config, #endif ( st_ivas->hDecoderConfig->Opt_Headrotation || st_ivas->hDecoderConfig->Opt_ExternalOrientation ), #endif internal_config, renderer_type ); } Loading Loading
lib_dec/ivas_output_config.c +5 −5 Original line number Diff line number Diff line Loading @@ -45,11 +45,11 @@ static void ms_bin_upmix_renderer_select( const IVAS_FORMAT ivas_format, /* i : Decoder format */ const IVAS_AUDIO_CONFIG output_config, /* i : Decoder output configuration */ #ifdef FIX_1419_SPATIAL_UMX const IVAS_AUDIO_CONFIG output_config, /* i : Decoder output configuration */ const IVAS_MS_UMX_CONF_HANDLE pMsUpmix_config, /* i : Mono/stereo upmix rendering configuration */ #endif const bool headrotation_enabled, /* i : Flag to signal headrotation is enabled */ #endif IVAS_AUDIO_CONFIG *internal_config, /* o : Internal configuration for rendering */ RENDERER_TYPE *renderer_type /* o : Selected renderer type */ ) Loading Loading @@ -135,11 +135,11 @@ void ivas_renderer_select( if ( st_ivas->ivas_format == MONO_FORMAT || st_ivas->ivas_format == STEREO_FORMAT ) { ms_bin_upmix_renderer_select( st_ivas->ivas_format, output_config, #ifdef FIX_1419_SPATIAL_UMX output_config, &st_ivas->hRenderConfig->mono_stereo_upmix_config, #endif ( st_ivas->hDecoderConfig->Opt_Headrotation || st_ivas->hDecoderConfig->Opt_ExternalOrientation ), #endif internal_config, renderer_type ); } Loading