Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(25)

Unified Diff: webrtc/modules/rtp_rtcp/source/rtp_sender.h

Issue 2827333005: Moving overhead counting to bitrate estimators.
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/rtp_rtcp/source/rtp_sender.h
diff --git a/webrtc/modules/rtp_rtcp/source/rtp_sender.h b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
index dc35a038e1de6f9d09cc24eec04ff326f6e039c0..f47d1332943152d094260666581512bcf924acfc 100644
--- a/webrtc/modules/rtp_rtcp/source/rtp_sender.h
+++ b/webrtc/modules/rtp_rtcp/source/rtp_sender.h
@@ -323,8 +323,6 @@ class RTPSender {
RateLimiter* const retransmission_rate_limiter_;
OverheadObserver* overhead_observer_;
- const bool send_side_bwe_with_overhead_;
-
RTC_DISALLOW_IMPLICIT_CONSTRUCTORS(RTPSender);
};

Powered by Google App Engine
This is Rietveld 408576698