Commit e2c38954 authored by norvell's avatar norvell
Browse files

Fix for Issue 667 added under FIX_667_DISABLE_INITIAL_PLC_SUPPRESSION

parent f6c87c9b
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@
#define IVAS_FLOAT_FIXED
#define EVS_FLOAT
//#define DUMPS_ENABLED
#define FIX_667_DISABLE_INITIAL_PLC_SUPPRESSION
#define IVAS_CNST
#define REMOVE_IVAS_UNUSED_PARAMETERS_WARNING  /*temporary operation on unused EVS parameters to remove warnings, these parameters will be used in IVAS */

+3 −0
Original line number Diff line number Diff line
@@ -202,6 +202,9 @@ ivas_error IVAS_DEC_Open(
        st_ivas->transport_config = IVAS_AUDIO_CONFIG_INVALID;
        st_ivas->intern_config = IVAS_AUDIO_CONFIG_INVALID;
        st_ivas->writeFECoffset = 0;
#ifdef FIX_667_DISABLE_INITIAL_PLC_SUPPRESSION
        hIvasDec->hasDecodedFirstGoodFrame = true; /* Functionality to suppress output for initial lost frames is disabled in EVS operation */
#endif        

        return IVAS_ERR_OK;
    }