Loading apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -4385,7 +4385,7 @@ static ivas_error restartDecoder( } } #ifndef FIX_1525_UNINIT_FORMAT_SWITCHING_DECaa #ifndef FIX_1525_UNINIT_FORMAT_SWITCHING_DEC if ( ( error = IVAS_DEC_PrintConfig( hIvasDec, 1, arg->voipMode ) ) != IVAS_ERR_OK ) { fprintf( stderr, "\nIVAS_DEC_PrintConfig failed: %s\n\n", IVAS_DEC_GetErrorMessage( error ) ); Loading lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -165,6 +165,7 @@ #define FIX_FLOAT_1526_DIRAC_MEM_LEAK /* FhG: potential memory leak in DirAC handles in case of format switching */ #define ALIGN_ACELP_CORE /* VA: align ACELP core functions with BASOP */ #define FIX_1532_MSAN_ERR_AMR_FIRST_FRAME_IS_SID /* FhG: fix msan complaint in AMR-WB when first frame is an SID */ #define FIX_1525_UNINIT_FORMAT_SWITCHING_DEC /* VA: basop issue 1525: fix reading of uninitialized memory in format switching at the decoder */ /* #################### End BE switches ################################## */ Loading @@ -177,7 +178,6 @@ #define FIX_FLOAT_1533_BLEND_SUBFR2 /* FhG: float issue 1533: correct blending in blend_subfr2() */ #define FIX_1530_Codec_Level_Harmonization_Non_diegetic_panning /* FhG: Adjust non-diegetic panning law to harmonize codec levels with 3GPP reference software */ #define FIX_1525_UNINIT_FORMAT_SWITCHING_DEC /* VA: basop issue 1525: fix reading of uninitialized memory in format switching at the decoder */ /* ##################### End NON-BE switches ########################### */ Loading Loading
apps/decoder.c +1 −1 Original line number Diff line number Diff line Loading @@ -4385,7 +4385,7 @@ static ivas_error restartDecoder( } } #ifndef FIX_1525_UNINIT_FORMAT_SWITCHING_DECaa #ifndef FIX_1525_UNINIT_FORMAT_SWITCHING_DEC if ( ( error = IVAS_DEC_PrintConfig( hIvasDec, 1, arg->voipMode ) ) != IVAS_ERR_OK ) { fprintf( stderr, "\nIVAS_DEC_PrintConfig failed: %s\n\n", IVAS_DEC_GetErrorMessage( error ) ); Loading
lib_com/options.h +1 −1 Original line number Diff line number Diff line Loading @@ -165,6 +165,7 @@ #define FIX_FLOAT_1526_DIRAC_MEM_LEAK /* FhG: potential memory leak in DirAC handles in case of format switching */ #define ALIGN_ACELP_CORE /* VA: align ACELP core functions with BASOP */ #define FIX_1532_MSAN_ERR_AMR_FIRST_FRAME_IS_SID /* FhG: fix msan complaint in AMR-WB when first frame is an SID */ #define FIX_1525_UNINIT_FORMAT_SWITCHING_DEC /* VA: basop issue 1525: fix reading of uninitialized memory in format switching at the decoder */ /* #################### End BE switches ################################## */ Loading @@ -177,7 +178,6 @@ #define FIX_FLOAT_1533_BLEND_SUBFR2 /* FhG: float issue 1533: correct blending in blend_subfr2() */ #define FIX_1530_Codec_Level_Harmonization_Non_diegetic_panning /* FhG: Adjust non-diegetic panning law to harmonize codec levels with 3GPP reference software */ #define FIX_1525_UNINIT_FORMAT_SWITCHING_DEC /* VA: basop issue 1525: fix reading of uninitialized memory in format switching at the decoder */ /* ##################### End NON-BE switches ########################### */ Loading