Loading lib_dec/FEC_HQ_phase_ecu.c +4 −1 Original line number Diff line number Diff line Loading @@ -2114,7 +2114,7 @@ static void hq_phase_ecu( } else { *time_offs += output_frame; /* EVS_MONO BE compatible, but EVS CR needed as wrap will cause burst length muting envelope instability issues */ *time_offs += (int16_t) output_frame; /* EVS_MONO BE compatible, but EVS CR needed as wrap will cause burst length muting envelope instability issues */ } #else *time_offs += output_frame; Loading @@ -2122,6 +2122,9 @@ static void hq_phase_ecu( } else { #ifdef FIX_1179_USAN_PHASEECU *time_offs += (int16_t)output_frame; /* cast added for USAN */ #else *time_offs += output_frame; if ( *time_offs <= 0 ) { Loading Loading
lib_dec/FEC_HQ_phase_ecu.c +4 −1 Original line number Diff line number Diff line Loading @@ -2114,7 +2114,7 @@ static void hq_phase_ecu( } else { *time_offs += output_frame; /* EVS_MONO BE compatible, but EVS CR needed as wrap will cause burst length muting envelope instability issues */ *time_offs += (int16_t) output_frame; /* EVS_MONO BE compatible, but EVS CR needed as wrap will cause burst length muting envelope instability issues */ } #else *time_offs += output_frame; Loading @@ -2122,6 +2122,9 @@ static void hq_phase_ecu( } else { #ifdef FIX_1179_USAN_PHASEECU *time_offs += (int16_t)output_frame; /* cast added for USAN */ #else *time_offs += output_frame; if ( *time_offs <= 0 ) { Loading