| Index: webrtc/voice_engine/output_mixer.cc
|
| diff --git a/webrtc/voice_engine/output_mixer.cc b/webrtc/voice_engine/output_mixer.cc
|
| index 4f1cc772c74856e582436988e9cd67ea69c4f994..28dd34ee995be9f33f622b6c4b9925db6e509344 100644
|
| --- a/webrtc/voice_engine/output_mixer.cc
|
| +++ b/webrtc/voice_engine/output_mixer.cc
|
| @@ -377,7 +377,7 @@ int OutputMixer::StartRecordingPlayout(OutStream* stream,
|
| return -1;
|
| }
|
|
|
| - if (output_file_recorder_->StartRecordingAudioFile(*stream, *codecInst,
|
| + if (output_file_recorder_->StartRecordingAudioFile(stream, *codecInst,
|
| notificationTime) != 0) {
|
| _engineStatisticsPtr->SetLastError(
|
| VE_BAD_FILE, kTraceError,
|
|
|