Commit d7ffdab1 authored by TYAGIRIS's avatar TYAGIRIS
Browse files

linux warning fix

parent fd75bebc
Loading
Loading
Loading
Loading
Loading
+5 −2
Original line number Diff line number Diff line
@@ -1429,8 +1429,11 @@ ivas_error ivas_masa_dec_reconfigure(
        /*-----------------------------------------------------------------*
         * TD Decorrelator
         *-----------------------------------------------------------------*/

#ifdef SPLIT_REND_WITH_HEAD_ROT_PARAMBIN
        if ( st_ivas->hDiracDecBin[0] != NULL )
#else
    if ( st_ivas->hDiracDecBin != NULL )
#endif
        {
#ifdef SPLIT_REND_WITH_HEAD_ROT_PARAMBIN
            if ( ( error = ivas_td_decorr_reconfig_dec( st_ivas->ivas_format, st_ivas->hDecoderConfig->ivas_total_brate, st_ivas->nchan_transport, st_ivas->hDecoderConfig->output_Fs, &( st_ivas->hDiracDecBin[0]->hTdDecorr ), &( st_ivas->hDiracDecBin[0]->useTdDecorr ) ) ) != IVAS_ERR_OK )