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

FIX_2429 macro around lecacy post_decoder() function

parent 5546650f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@ static void bass_pf_1sf_delay( Word16 *syn, Word16 *T_sf, Word16 *gainT_sf, Word
 * Perform post-processing
 *---------------------------------------------------------------------*/

#ifndef FIX_2429_POST_DECODER
void post_decoder(
    Decoder_State *st,
    Word16 synth_buf[],   /* Q0 */
@@ -170,6 +171,7 @@ void post_decoder(

    return;
}
#endif /* FIX_2429_POST_DECODER */


void post_decoder_ivas_fx(