Commit bb4b1d00 authored by vaclav's avatar vaclav
Browse files

add white spaces

parent f6538be9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -335,7 +335,9 @@ ivas_error ivas_dirac_sba_config(
                sba_total_brate = ACELP_48k;
            }
        }

        ivas_set_qmetadata_maxbit_req( hQMetaData, SBA_FORMAT );

        if ( sba_total_brate <= IVAS_16k4 )
        {
            hQMetaData->useLowerRes = 1;
+1 −0
Original line number Diff line number Diff line
@@ -611,6 +611,7 @@ ivas_error ivas_dec(
    {
        st_ivas->ini_frame++;
    }

    if ( st_ivas->ini_active_frame < MAX_FRAME_COUNTER && !( st_ivas->bfi && st_ivas->ini_frame == 0 ) && ivas_total_brate > IVAS_SID_4k4 ) // VE: looks strange: ini_frame -> ini_frame_active ?
    {
        st_ivas->ini_active_frame++;
+1 −1
Original line number Diff line number Diff line
@@ -131,7 +131,7 @@ ivas_error ivas_dec_setup(
                st_ivas->sba_order = 1;
            }

            if ( st_ivas->ini_frame > 0 && ( ivas_total_brate != st_ivas->hDecoderConfig->last_ivas_total_brate ) && ( ivas_total_brate > IVAS_SID_4k4 ) )
            if ( st_ivas->ini_frame > 0 && ivas_total_brate != st_ivas->hDecoderConfig->last_ivas_total_brate && ivas_total_brate > IVAS_SID_4k4 )
            {
                if ( ( error = ivas_sba_dec_reconfigure( st_ivas ) ) != IVAS_ERR_OK )
                {