Commit de7ed670 authored by vaclav's avatar vaclav
Browse files

fix

parent c88444aa
Loading
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -1195,8 +1195,8 @@ static void ivas_ism_param_dec_tc_gain_adjust(
void ivas_ism_param_dec_tc_gain_ajust(
#endif
    Decoder_Struct *st_ivas,   /* i/o: IVAS decoder handle                                   */
    const uint16_t nSamples,    /* i  : number of samples to be compensate                    */
    const uint16_t nFadeLength, /* i  : length of the crossfade in samples                    */
    const int16_t nSamples,    /* i  : number of samples to be compensate                    */
    const int16_t nFadeLength, /* i  : length of the crossfade in samples                    */
    float *p_data_f[]          /* i  : synthesized core-coder transport channels/DirAC output*/
)