Loading lib_enc/ivas_spar_encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
lib_enc/ivas_spar_encoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -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 Loading