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

fix comparison with BASOP

parent 168dc5f8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -338,7 +338,7 @@ void ivas_ism_render_sf_fx(
        /* update rendered subframe and slots info for all cases apart from a following crend call, the update will
           then happen in the crend call*/
#ifdef NONBE_FIX_1021_ISM_BRIR_RS_FLUSH
        if ( renderer_type != RENDERER_BINAURAL_MIXER_CONV_ROOM )
        if ( NE_16( renderer_type, RENDERER_BINAURAL_MIXER_CONV_ROOM ) )
#else
        if ( NE_16( st_ivas->renderer_type, RENDERER_BINAURAL_MIXER_CONV_ROOM ) )
#endif