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 |