Commit 74063031 authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2457 Changing one argument in one instance according to changes in function signature.

parent 4fbb5d06
Loading
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -2010,7 +2010,12 @@ ivas_error acelp_core_dec_fx(
                {
                    Word16 tmpBufferScale = 0;
                    move16();
#ifndef FIX_BASOP_2457_HARM_GEN
                    generate_comfort_noise_dec_hf_ivas_fx(realBuffer_fx, imagBuffer_fx, /*realBuffer, imagBuffer,*/ &tmpBufferScale, st->hFdCngDec->hFdCngCom, st->cng_ism_flag);
#else
                    generate_comfort_noise_dec_hf_ivas_fx(realBuffer_fx, imagBuffer_fx, /*realBuffer, imagBuffer,*/ &tmpBufferScale, st, st->cng_ism_flag);
#endif // !FIX_BASOP_2457_HARM_GEN

                    
                    FOR( i = 0; i < st->hFdCngDec->hFdCngCom->numSlots; i++ )
                    {