Loading lib_dec/FEC_HQ_phase_ecu.c +2 −2 Original line number Diff line number Diff line Loading @@ -2121,7 +2121,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 Loading
lib_dec/FEC_HQ_phase_ecu.c +2 −2 Original line number Diff line number Diff line Loading @@ -2121,7 +2121,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