webrtc/rtc_base/time
Evan Shrubsole b7c15706de Fix integer-overflow in TimestampExtrapolator
The Frequency implementation does not allow for nominators as large as
those that can occur in consecutive RTP timestamps, so use double math
instead.

Bug: chromium:1310611
Change-Id: I3b239e1b84043470ca29da06728b42cd4552300f
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/256978
Reviewed-by: Stefan Holmer <stefan@webrtc.org>
Commit-Queue: Evan Shrubsole <eshr@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#36368}
2022-03-29 12:46:51 +00:00
..
BUILD.gn Fix integer-overflow in TimestampExtrapolator 2022-03-29 12:46:51 +00:00
timestamp_extrapolator.cc Fix integer-overflow in TimestampExtrapolator 2022-03-29 12:46:51 +00:00
timestamp_extrapolator.h Modernize TimestampExtrapolator to use correct units 2022-03-24 09:36:43 +00:00
timestamp_extrapolator_unittest.cc Modernize TimestampExtrapolator to use correct units 2022-03-24 09:36:43 +00:00