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

Unified Diff: webrtc/audio/utility/audio_frame_operations.h

Issue 2683033004: Enable cpplint and fix cpplint errors in webrtc/*audio (Closed)
Patch Set: Rebase 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
« no previous file with comments | « webrtc/audio/audio_transport_proxy.cc ('k') | webrtc/audio/utility/audio_frame_operations.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/audio/utility/audio_frame_operations.h
diff --git a/webrtc/audio/utility/audio_frame_operations.h b/webrtc/audio/utility/audio_frame_operations.h
index de6fdc472d710074ed603600ce73b8a493165447..23c33ec67e0031ced1b165012d07150053f3b8cb 100644
--- a/webrtc/audio/utility/audio_frame_operations.h
+++ b/webrtc/audio/utility/audio_frame_operations.h
@@ -113,9 +113,9 @@ class AudioFrameOperations {
// Halve samples in |frame|.
static void ApplyHalfGain(AudioFrame* frame);
- static int Scale(float left, float right, AudioFrame& frame);
+ static int Scale(float left, float right, AudioFrame* frame);
- static int ScaleWithSat(float scale, AudioFrame& frame);
+ static int ScaleWithSat(float scale, AudioFrame* frame);
};
} // namespace webrtc
« no previous file with comments | « webrtc/audio/audio_transport_proxy.cc ('k') | webrtc/audio/utility/audio_frame_operations.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698