Commit 14b72e14 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

fix SBA non-BE-ness

parent bdaf535d
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -911,15 +911,17 @@ void ivas_sba_dirac_stereo_dec(

    /* output scaling */
#ifdef FIX_1518
    if ( st_ivas->ism_mode == ISM_SBA_MODE_DISC )
#endif
    if ( !( st_ivas->ivas_format == SBA_ISM_FORMAT && st_ivas->ism_mode == ISM_MODE_NONE ))
    {
#endif
        if ( !sba_mono_flag )
        {
            v_multc( output[0], 0.5f, output[0], output_frame );
            v_multc( output[1], 0.5f, output[1], output_frame );
        }
#ifdef FIX_1518
    }
#endif

    /* delay HB synth */
    if ( st_ivas->nchan_transport == 1 )