Commit 3108fa05 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

encapsulate all changes into ifdefs

parent b4c73338
Loading
Loading
Loading
Loading
Loading
+6 −2
Original line number Diff line number Diff line
@@ -124,7 +124,9 @@ ivas_error ivas_sba_dec_reconfigure(
    ivas_error error;
    ISM_MODE ism_mode_old;
    int16_t granularity_new;
#ifdef NONBE_FIX_ISM_XOVER_BR
    int16_t n_all;
#endif

    ism_mode_old = st_ivas->ism_mode;
    hDecoderConfig = st_ivas->hDecoderConfig;
@@ -454,7 +456,9 @@ ivas_error ivas_sba_dec_reconfigure(
    /*-----------------------------------------------------------------*
     * Allocate, initialize, and configure SCE/CPE/MCT handles
     *-----------------------------------------------------------------*/
#ifdef NONBE_FIX_ISM_XOVER_BR
    n_all = st_ivas->nchan_transport;
#endif
    if ( st_ivas->ivas_format == SBA_ISM_FORMAT )
    {
        if ( ism_mode_old == ISM_MODE_NONE && st_ivas->ism_mode == ISM_SBA_MODE_DISC )