Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 354fbce6 authored by Dichen Zhang's avatar Dichen Zhang Committed by android-build-merger
Browse files

Merge "VideoFrameSchedulerBase: fix overflow in PLL::fit()" into qt-dev

am: e069424f

Change-Id: Ia9928b60fa74879a052d50e6f514ae4937572d5f
parents 549f89f8 e069424f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -115,6 +115,7 @@ void VideoFrameSchedulerBase::PLL::test() {

#endif

__attribute__((no_sanitize("integer")))
bool VideoFrameSchedulerBase::PLL::fit(
        nsecs_t phase, nsecs_t period, size_t numSamplesToUse,
        int64_t *a, int64_t *b, int64_t *err) {