Commit 6990b7d8 authored by Vidhya V P's avatar Vidhya V P
Browse files

Resolving clang format error

parent 23b7b5e6
Loading
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -321,10 +321,8 @@ ivas_error ivas_spar_enc(
        {
            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 );
                   input_frame ); //VE: TBD - update 'st->input_buff' for SparVAD
        }

        //VE: TBD - update 'st->input_buff' for SparVAD
    }
#endif