Commit e869e90a authored by premathasara's avatar premathasara
Browse files

Do a != false check rather than greater than 0

parent a4fcf9b8
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -926,7 +926,7 @@ static ivas_error ivas_spar_enc_process(
    if ( dtx_vad == 1 )
    {
#ifdef AGC_ENABLE_FOR_LBR
        if ( hSpar->AGC_Enable > 0 )
        if ( hSpar->AGC_Enable != 0 )
#else
        if ( hEncoderConfig->Opt_AGC_ON > 0 )
#endif