Commit 42b9669c authored by Arash Azizi's avatar Arash Azizi
Browse files

issue: 2446 Changing flag type in function definition to get rid of warnings about casting

parent 2028f99b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -956,7 +956,7 @@ void con_tcx_fx(
    Word16 *noise_seed,     /* i/o: noise seed for stereo       Q0 */
    const Word16 only_left, /* i  : TD-PLC only in left channel Q0 */
    const Word16 *A_cng,    /* i  : CNG LP filter coefficients  Q14*/
    const Word16 leg_flag )
    const Word32 leg_flag )
#else
void con_tcx_ivas_fx(
    Decoder_State *st,      /* i/o: coder memory state             */