Commit 92dc111b authored by JÜRGEN Gerstacker's avatar JÜRGEN Gerstacker
Browse files

FIX_2429 macro around lecacy post_decoder() function

parent a7410294
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7412,6 +7412,7 @@ Word16 FEC_pos_dec_fx(
    const Word16 nBits_es_Pred /* i  : number of bits for Es_pred Q                */
);

#ifndef FIX_2429_POST_DECODER
void post_decoder(
    Decoder_State *st,
    Word16 synth_buf[],   /* Q0 */
@@ -7420,6 +7421,7 @@ void post_decoder(
    Word16 signal_out[],  /* Q0 */
    Word16 *bpf_noise_buf /* Q0 */
);
#endif /* FIX_2429_POST_DECODER */

void post_decoder_ivas_fx(
    Decoder_State *st,