| Index: webrtc/modules/utility/source/file_recorder_impl.h
|
| diff --git a/webrtc/modules/utility/source/file_recorder_impl.h b/webrtc/modules/utility/source/file_recorder_impl.h
|
| index 70aa9f4a5e94ba09e665bd044b33c9779aa48071..1e83899be44ab2fe6b8b930e9f46dc4e7a5ea582 100644
|
| --- a/webrtc/modules/utility/source/file_recorder_impl.h
|
| +++ b/webrtc/modules/utility/source/file_recorder_impl.h
|
| @@ -77,11 +77,8 @@ public:
|
| }
|
|
|
| protected:
|
| - virtual int32_t WriteEncodedAudioData(
|
| - const int8_t* audioBuffer,
|
| - size_t bufferLength,
|
| - uint16_t millisecondsOfData,
|
| - const TickTime* playoutTS);
|
| + int32_t WriteEncodedAudioData(const int8_t* audioBuffer,
|
| + size_t bufferLength);
|
|
|
| int32_t SetUpAudioEncoder();
|
|
|
|
|