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

Unified Diff: webrtc/webrtc.gni

Issue 2668633004: Adding build switch for Opus that supports 120ms ptime. (Closed)
Patch Set: nit: undo unintended format Created 3 years, 11 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
« no previous file with comments | « webrtc/modules/audio_coding/codecs/opus/opus_interface.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/webrtc.gni
diff --git a/webrtc/webrtc.gni b/webrtc/webrtc.gni
index 53dcae2b7c862d9b6b3d21b986fa2c763d8050c6..4c34eae1922a0535f36b6ef5cb0f3ceac2d8490a 100644
--- a/webrtc/webrtc.gni
+++ b/webrtc/webrtc.gni
@@ -17,6 +17,10 @@ declare_args() {
# Disable this to avoid building the Opus audio codec.
rtc_include_opus = true
+ # Enable this if the Opus version upon which WebRTC is built supports direct
+ # encoding of 120 ms packets.
+ rtc_opus_support_120ms_ptime = false
+
# Enable this to let the Opus audio codec change complexity on the fly.
rtc_opus_variable_complexity = false
« no previous file with comments | « webrtc/modules/audio_coding/codecs/opus/opus_interface.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698