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

Unified Diff: webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h

Issue 2530653003: Adding packet overhead to audio network adaptor. (Closed)
Patch Set: adding field trial Created 4 years, 1 month 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/audio_coding/audio_network_adaptor/bitrate_controller.h
diff --git a/webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h b/webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h
index f363d3f3df087d348bf104f9b7563dc6fa1306dd..a41c5f46fd67a236a0adeed7216d51c851682304 100644
--- a/webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h
+++ b/webrtc/modules/audio_coding/audio_network_adaptor/bitrate_controller.h
@@ -34,7 +34,7 @@ class BitrateController final : public Controller {
private:
const Config config_;
int bitrate_bps_;
- int overhead_rate_bps_;
+ int frame_length_ms_;
RTC_DISALLOW_COPY_AND_ASSIGN(BitrateController);
};

Powered by Google App Engine
This is Rietveld 408576698