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

Unified Diff: webrtc/voice_engine/output_mixer.cc

Issue 2683033004: Enable cpplint and fix cpplint errors in webrtc/*audio (Closed)
Patch Set: Enable cpplint in webrtc/*audio Created 3 years, 9 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
« PRESUBMIT.py ('K') | « webrtc/voice_engine/channel.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/voice_engine/output_mixer.cc
diff --git a/webrtc/voice_engine/output_mixer.cc b/webrtc/voice_engine/output_mixer.cc
index 5257a639cabfb74d7626c1105e653aa8c3b7c7df..910aa11d856d0c7e7dd9f5aec7e9b2dde8fb0855 100644
--- a/webrtc/voice_engine/output_mixer.cc
+++ b/webrtc/voice_engine/output_mixer.cc
@@ -435,7 +435,7 @@ OutputMixer::DoOperationsOnCombinedSignal(bool feed_data_to_apm)
}
assert(_audioFrame.num_channels_ == 2);
- AudioFrameOperations::Scale(_panLeft, _panRight, _audioFrame);
+ AudioFrameOperations::Scale(_panLeft, _panRight, &_audioFrame);
}
// --- Far-end Voice Quality Enhancement (AudioProcessing Module)
« PRESUBMIT.py ('K') | « webrtc/voice_engine/channel.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698