Commit d8ef2876 authored by Vidhya V P's avatar Vidhya V P
Browse files

Resolving pipeline errors

parent 17f92b46
Loading
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -729,8 +729,7 @@ ivas_error ivas_sba_dec_reconfigure(
#ifndef SBA_BR_SWITCHING_RECONFIG
        if ( hDirAC != NULL )
#else
        if ( ( hDirAC != NULL )
            && ( sba_mode_old == st_ivas->sba_mode ) )
        if ( ( hDirAC != NULL ) && ( sba_mode_old == st_ivas->sba_mode ) )
#endif
        {
            ivas_dirac_dec_config( st_ivas, DIRAC_RECONFIGURE_MODE );
@@ -811,7 +810,7 @@ ivas_error ivas_sba_dec_reconfigure(
    }
#endif
#ifdef SBA_BR_SWITCHING_RECONFIG
    if ( st_ivas->renderer_type != RENDERER_DISABLE && st_ivas->renderer_type != RENDERER_SBA_LINEAR_DEC || ( sba_mode_old != st_ivas->sba_mode ) )
    if ( ( st_ivas->renderer_type != RENDERER_DISABLE ) && ( st_ivas->renderer_type != RENDERER_SBA_LINEAR_DEC ) || ( sba_mode_old != st_ivas->sba_mode ) )
    {
        DIRAC_CONFIG_FLAG flag_config;

@@ -829,7 +828,6 @@ ivas_error ivas_sba_dec_reconfigure(
        {
            return error;
        }
        
    }
#else
#ifdef SBA_BR_SWITCHING