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

Unified Diff: webrtc/common_types.cc

Issue 1272343003: Separating voice activity flag from audio level in RtpHeaderExtension. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: removing redundant comments Created 5 years, 4 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/common_types.h ('k') | webrtc/modules/audio_coding/neteq/tools/rtp_analyze.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/common_types.cc
diff --git a/webrtc/common_types.cc b/webrtc/common_types.cc
index b67c18c986d47f4c1195c1d4aa3511fe48d48f2e..7b99f3c5a83859d17a6891b99c49dc4d218808ee 100644
--- a/webrtc/common_types.cc
+++ b/webrtc/common_types.cc
@@ -28,6 +28,7 @@ RTPHeaderExtension::RTPHeaderExtension()
hasTransportSequenceNumber(false),
transportSequenceNumber(0),
hasAudioLevel(false),
+ voiceActivity(false),
audioLevel(0),
hasVideoRotation(false),
videoRotation(0) {
« no previous file with comments | « webrtc/common_types.h ('k') | webrtc/modules/audio_coding/neteq/tools/rtp_analyze.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698