Commit f9a746fa authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix decoder crashes with OSBA JBM to BINAURAL ouput

parent cc9c06d8
Loading
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -258,7 +258,9 @@ ivas_error ivas_sba_dec_reconfigure(
#endif

    /* save old */
    if ( st_ivas->hDirAC == NULL && st_ivas->hSpar != NULL )
#ifdef JBM_FOR_OSBA
    if ( ism_mode_old != ISM_SBA_MODE_DISC )
#endif
    {
        if ( st_ivas->hDirAC == NULL && st_ivas->hSpar != NULL ) // ToDo; this never happens
        {