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

Commit e069424f authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents a8eb68a5 38560f28
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) {