Loading lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,6 @@ /* any switch which is non-be wrt. TS 26.258 V3.0 */ #define FIX_1540_EXPOSE_PT_IN_RTP_HEADER_API /* Expose Payload Type setting in RTP Header */ #define FIX_1562_DTX_CRASH_DECODER /* VA: float issue 1562: fix crash in stereo decoding in DTX and bitrate switching */ /* ##################### End NON-BE switches ########################### */ Loading lib_dec/acelp_core_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -315,11 +315,7 @@ ivas_error acelp_core_dec( { int16_t dec; #ifdef FIX_1562_DTX_CRASH_DECODER if ( st->hPFstat != NULL && st->hPFstat->on != 0 ) #else if ( st->hPFstat->on != 0 ) #endif { int16_t mem_syn_r_size_old, mem_syn_r_size_new; Loading Loading
lib_com/options.h +0 −1 Original line number Diff line number Diff line Loading @@ -170,7 +170,6 @@ /* any switch which is non-be wrt. TS 26.258 V3.0 */ #define FIX_1540_EXPOSE_PT_IN_RTP_HEADER_API /* Expose Payload Type setting in RTP Header */ #define FIX_1562_DTX_CRASH_DECODER /* VA: float issue 1562: fix crash in stereo decoding in DTX and bitrate switching */ /* ##################### End NON-BE switches ########################### */ Loading
lib_dec/acelp_core_dec.c +0 −4 Original line number Diff line number Diff line Loading @@ -315,11 +315,7 @@ ivas_error acelp_core_dec( { int16_t dec; #ifdef FIX_1562_DTX_CRASH_DECODER if ( st->hPFstat != NULL && st->hPFstat->on != 0 ) #else if ( st->hPFstat->on != 0 ) #endif { int16_t mem_syn_r_size_old, mem_syn_r_size_new; Loading