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

Resolving clang error : set 2

parent 6990b7d8
Loading
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -320,8 +320,7 @@ ivas_error ivas_spar_enc(
        for ( int16_t i = 0; i < st_ivas->nchan_transport; i++ )
        {
            mvr2r( ( sts[i]->input_buff + NS2SA( hEncoderConfig->input_Fs, IVAS_FB_ENC_DELAY_NS ) ),
                   ( st_ivas->hSpar->hFbMixer->ppFilterbank_prior_input[i] + st_ivas->hSpar->hFbMixer->fb_cfg->prior_input_length - input_frame ),
                   input_frame ); //VE: TBD - update 'st->input_buff' for SparVAD
                   ( st_ivas->hSpar->hFbMixer->ppFilterbank_prior_input[i] + st_ivas->hSpar->hFbMixer->fb_cfg->prior_input_length - input_frame ), input_frame );
        }
    }
#endif