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

Unified Diff: webrtc/modules/congestion_controller/congestion_controller.cc

Issue 2528933002: Adding OnReceivedOverhead to AudioEncoder. (Closed)
Patch Set: new touch Created 4 years 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/congestion_controller/congestion_controller.cc
diff --git a/webrtc/modules/congestion_controller/congestion_controller.cc b/webrtc/modules/congestion_controller/congestion_controller.cc
index c31d441c978ef587dc1968642a7ea6712726ffbe..b1729a6941a1ce8c2bbdae4ba2e6cb2af74cf782 100644
--- a/webrtc/modules/congestion_controller/congestion_controller.cc
+++ b/webrtc/modules/congestion_controller/congestion_controller.cc
@@ -168,7 +168,10 @@ CongestionController::CongestionController(
Observer* observer,
RemoteBitrateObserver* remote_bitrate_observer,
RtcEventLog* event_log)
- : CongestionController(clock, observer, remote_bitrate_observer, event_log,
+ : CongestionController(clock,
+ observer,
+ remote_bitrate_observer,
+ event_log,
kwiberg-webrtc 2016/12/03 00:30:57 Is this just a reformatting? Remove it, in that ca
minyue-webrtc 2016/12/06 09:04:19 oh, true. This CL was upstreamed on another branch
new PacketRouter()) {
// Record ownership.
owned_packet_router_.reset(packet_router_);

Powered by Google App Engine
This is Rietveld 408576698