Commit 2c34a1f0 authored by vaclav's avatar vaclav
Browse files

build warning

parent 31a91255
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -1094,7 +1094,7 @@ ivas_error ivas_masa_dec_reconfigure(
    Decoder_State **sts;
    int32_t ivas_total_brate, last_ivas_total_brate;
#ifdef FIX_417_TD_DECORR_BRATE_SW
    int16_t nchan_transport_old, numCldfbAnalyses_old, numCldfbSyntheses_old;
    int16_t numCldfbAnalyses_old, numCldfbSyntheses_old;
#endif
    ivas_error error;

@@ -1104,7 +1104,6 @@ ivas_error ivas_masa_dec_reconfigure(
    last_ivas_total_brate = st_ivas->hDecoderConfig->last_ivas_total_brate;

#ifdef FIX_417_TD_DECORR_BRATE_SW
    nchan_transport_old = st_ivas->nchan_transport;
    ivas_init_dec_get_num_cldfb_instances( st_ivas, &numCldfbAnalyses_old, &numCldfbSyntheses_old );
#endif

+0 −1
Original line number Diff line number Diff line
@@ -278,7 +278,6 @@ ivas_error ivas_dirac_dec_init_binaural_data(

    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, &( hBinaural->hTdDecorr ), &( hBinaural->useTdDecorr ) ) ) != IVAS_ERR_OK )
    {

        return error;
    }
#else