| Index: webrtc/modules/utility/source/file_recorder_impl.cc
|
| diff --git a/webrtc/modules/utility/source/file_recorder_impl.cc b/webrtc/modules/utility/source/file_recorder_impl.cc
|
| index 88b20eeac2aeaf0f6770624450147f3b1068531c..b0a766f22e1facbe8b8e0fdc0f748fdc604c1967 100644
|
| --- a/webrtc/modules/utility/source/file_recorder_impl.cc
|
| +++ b/webrtc/modules/utility/source/file_recorder_impl.cc
|
| @@ -130,8 +130,7 @@ bool FileRecorderImpl::IsRecording() const
|
| }
|
|
|
| int32_t FileRecorderImpl::RecordAudioToFile(
|
| - const AudioFrame& incomingAudioFrame,
|
| - const TickTime* playoutTS)
|
| + const AudioFrame& incomingAudioFrame)
|
| {
|
| if (codec_info_.plfreq == 0)
|
| {
|
|
|