Loading lib_rend/ivas_crend.c +7 −1 Original line number Diff line number Diff line Loading @@ -1220,7 +1220,13 @@ ivas_error ivas_rend_openCrend( if ( ( *pCrend )->hHrtfCrend == NULL ) { #ifdef FIX_1419_MONO_STEREO_UMX if ( ( error = ivas_rend_initCrend( *pCrend, inConfig, outConfig, hHrtfCrend, ext_rend_flag, hRendCfg->mono_stereo_upmix_config.stereoLR, output_Fs ) ) != IVAS_ERR_OK ) if ( ( error = ivas_rend_initCrend( *pCrend, inConfig, outConfig, hHrtfCrend, ext_rend_flag, ( hRendCfg != NULL ) ? hRendCfg->mono_stereo_upmix_config.stereoLR : 0, output_Fs ) ) != IVAS_ERR_OK ) #else if ( ( error = ivas_rend_initCrend( *pCrend, inConfig, outConfig, hHrtfCrend, ext_rend_flag, output_Fs ) ) != IVAS_ERR_OK ) #endif Loading Loading
lib_rend/ivas_crend.c +7 −1 Original line number Diff line number Diff line Loading @@ -1220,7 +1220,13 @@ ivas_error ivas_rend_openCrend( if ( ( *pCrend )->hHrtfCrend == NULL ) { #ifdef FIX_1419_MONO_STEREO_UMX if ( ( error = ivas_rend_initCrend( *pCrend, inConfig, outConfig, hHrtfCrend, ext_rend_flag, hRendCfg->mono_stereo_upmix_config.stereoLR, output_Fs ) ) != IVAS_ERR_OK ) if ( ( error = ivas_rend_initCrend( *pCrend, inConfig, outConfig, hHrtfCrend, ext_rend_flag, ( hRendCfg != NULL ) ? hRendCfg->mono_stereo_upmix_config.stereoLR : 0, output_Fs ) ) != IVAS_ERR_OK ) #else if ( ( error = ivas_rend_initCrend( *pCrend, inConfig, outConfig, hHrtfCrend, ext_rend_flag, output_Fs ) ) != IVAS_ERR_OK ) #endif Loading