Commit b3cffb9a authored by Tapani Pihlajakuja's avatar Tapani Pihlajakuja
Browse files

Fix unfortunate parenthesis placement bug.

parent da32cba3
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1696,7 +1696,7 @@ ivas_error ivas_masa_dec_reconfigure_fx(
#ifdef NONBE_FIX_1220_OMASA_JBM_EXT_USAN
    test();
    /* Copy state to TC buffer if granularity matches and we are not in OMASA EXT rendering mode */
    IF( st_ivas->hSpatParamRendCom != NULL && EQ_16( st_ivas->hSpatParamRendCom->slot_size, st_ivas->hTcBuffer->n_samples_granularity && NE_32( st_ivas->hDecoderConfig->output_config, IVAS_AUDIO_CONFIG_EXTERNAL ) ) )
    IF( st_ivas->hSpatParamRendCom != NULL && EQ_16( st_ivas->hSpatParamRendCom->slot_size, st_ivas->hTcBuffer->n_samples_granularity ) && NE_32( st_ivas->hDecoderConfig->output_config, IVAS_AUDIO_CONFIG_EXTERNAL ) )
#else
    IF( st_ivas->hSpatParamRendCom != NULL && EQ_16( st_ivas->hSpatParamRendCom->slot_size, st_ivas->hTcBuffer->n_samples_granularity ) )
#endif