Commit 33a9424b authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix issue 740 by correcting validity check

parent 17a3401a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 ######################### */

+4 −0
Original line number Diff line number Diff line
@@ -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;