Loading lib_dec/FEC_HQ_phase_ecu.c +1 −1 Original line number Diff line number Diff line Loading @@ -2113,7 +2113,7 @@ static void hq_phase_ecu( #ifdef FIX_1179_USAN_PHASEECU if ( element_mode != EVS_MONO ) { *time_offs += (int16_t) output_frame; *time_offs = (int16_t) ( *time_offs + output_frame ); /* USAN avoid risk of internal int32_t in "+=" */ if ( *time_offs <= 0 ) { /* detected wrap around of st->time_offs */ *time_offs = (int16_t) INT16_MAX; /* keep a very high value so that the long term muting stays on */ Loading Loading
lib_dec/FEC_HQ_phase_ecu.c +1 −1 Original line number Diff line number Diff line Loading @@ -2113,7 +2113,7 @@ static void hq_phase_ecu( #ifdef FIX_1179_USAN_PHASEECU if ( element_mode != EVS_MONO ) { *time_offs += (int16_t) output_frame; *time_offs = (int16_t) ( *time_offs + output_frame ); /* USAN avoid risk of internal int32_t in "+=" */ if ( *time_offs <= 0 ) { /* detected wrap around of st->time_offs */ *time_offs = (int16_t) INT16_MAX; /* keep a very high value so that the long term muting stays on */ Loading