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

issue: 2457 Fixing corrupted function declaration

parent 31f8b0d7
Loading
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -6758,8 +6758,11 @@ void generate_comfort_noise_dec_hf_fx(
    Word16 *bufferScale, /* o   : pointer to scalefactor for real and imaginary part of i   bands */
    Decoder_State *stdec );
#endif

#ifndef FIX_BASOP_2457_HARM_GEN
void generate_comfort_noise_dec_hf_ivas_fx(
#else 
generate_comfort_noise_dec_hf_fx(
#endif
    Word32 **bufferReal, /* o   : matrix to real part of input bands */
    Word32 **bufferImag, /* o   : matrix to imaginary part of input bands */
    Word16 *bufferScale, /* o   : pointer to scalefactor for real and imaginary part of input bands */