commit | d56ef8085718e15c497b0d9c60baa1a4640420fa | [log] [tgz] |
---|---|---|
author | henrik.lundin <henrik.lundin@webrtc.org> | Mon Sep 04 09:02:15 2017 -0700 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Sep 04 16:02:15 2017 +0000 |
tree | 7d41c10491d0cd92c9c13a2c74a9595b4b342905 | |
parent | ba09f79ba31c543d0dcf3a6d824992685087005a [diff] |
RtpToNtpEstimator:: Add a DCHECK to avoid div-by-0 The division that follows the added DCHECK should not be div-by-0, since when params_.calculated is true, params_.frequency_khz would have been updated (with something non-zero). BUG=none Review-Url: https://codereview.webrtc.org/3006003002 Cr-Commit-Position: refs/heads/master@{#19671}
WebRTC is a free, open software project that provides browsers and mobile applications with Real-Time Communications (RTC) capabilities via simple APIs. The WebRTC components have been optimized to best serve this purpose.
Our mission: To enable rich, high-quality RTC applications to be developed for the browser, mobile platforms, and IoT devices, and allow them all to communicate via a common set of protocols.
The WebRTC initiative is a project supported by Google, Mozilla and Opera, amongst others.
See http://www.webrtc.org/native-code/development for instructions on how to get started developing with the native code.