Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ #define FIX_718_JBM_MD_UDPATE /* Fhg: fix issue #718, wrong setting of the update flag in the TD obj renderer in the JBM path */ #define FIX_719_CRASH_IN_CLEANUP /* VA: issue 719: fix Decoder crash after call to goto to cleanup */ #define FIX_740_MASA_PREREND_VALIDITY_CHECK /* Nokia: issue 740: fix incorrect validity check in lib_rend to allow use of MASA prerenderer */ /* ################## End BE DEVELOPMENT switches ######################### */ Loading lib_rend/lib_rend.c +4 −0 Original line number Diff line number Diff line Loading @@ -574,6 +574,10 @@ static ivas_error validateOutputAudioConfig( #endif case AUDIO_CONFIG_BINAURAL_ROOM_IR: case AUDIO_CONFIG_BINAURAL_ROOM_REVERB: #ifdef FIX_740_MASA_PREREND_VALIDITY_CHECK case AUDIO_CONFIG_MASA1: case AUDIO_CONFIG_MASA2: #endif return IVAS_ERR_OK; default: break; Loading Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -167,7 +167,7 @@ #define FIX_718_JBM_MD_UDPATE /* Fhg: fix issue #718, wrong setting of the update flag in the TD obj renderer in the JBM path */ #define FIX_719_CRASH_IN_CLEANUP /* VA: issue 719: fix Decoder crash after call to goto to cleanup */ #define FIX_740_MASA_PREREND_VALIDITY_CHECK /* Nokia: issue 740: fix incorrect validity check in lib_rend to allow use of MASA prerenderer */ /* ################## End BE DEVELOPMENT switches ######################### */ Loading
lib_rend/lib_rend.c +4 −0 Original line number Diff line number Diff line Loading @@ -574,6 +574,10 @@ static ivas_error validateOutputAudioConfig( #endif case AUDIO_CONFIG_BINAURAL_ROOM_IR: case AUDIO_CONFIG_BINAURAL_ROOM_REVERB: #ifdef FIX_740_MASA_PREREND_VALIDITY_CHECK case AUDIO_CONFIG_MASA1: case AUDIO_CONFIG_MASA2: #endif return IVAS_ERR_OK; default: break; Loading