Commit cb27453d authored by Jonas Svedberg's avatar Jonas Svedberg
Browse files

added explicit cast in PhaseEcu in framesize addition to time_offs

parent 38c58f5c
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;