Commit 2b73d750 authored by Dominik Weckbecker's avatar Dominik Weckbecker 💬
Browse files

insert proper BASOP comparison

parent 534001f6
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -579,7 +579,7 @@ ivas_error ivas_dec_fx(
            ivas_sba_dirac_stereo_dec_fx( st_ivas, &p_output_fx[sba_ch_idx], output_frame );
        }
#ifdef FIX_1518
        ELSE IF( sba_mono_flag && st_ivas->ism_mode == ISM_MODE_NONE )
        ELSE IF( sba_mono_flag && EQ_16( st_ivas->ism_mode, ISM_MODE_NONE ) )
        {
            v_shr( p_output_fx[0], -1, p_output_fx[0], output_frame );
        }