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

Instrumentation build error fix

parent 399f1cb9
Loading
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -94,10 +94,12 @@ void dtx(
    float alpha;
#ifdef FIX_368_SBA_MODE
    int32_t max_brate_dtx_ivas;
    DTX_ENC_HANDLE hDtxEnc;
    max_brate_dtx_ivas = ( sba_mode_flag ) ? MAX_BRATE_DTX_IVAS_SBA : MAX_BRATE_DTX_IVAS;
#endif
    hDtxEnc = st->hDtxEnc;
#else
    DTX_ENC_HANDLE hDtxEnc = st->hDtxEnc;

#endif
    int16_t last_br_cng_flag, last_br_flag, br_dtx_flag;
    if ( st->dtx_sce_sba != 0 )
    {