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

Unified Diff: webrtc/modules/utility/source/file_recorder_impl.h

Issue 1172163004: Reformat existing code. There should be no functional effects. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc@master
Patch Set: Resync Created 5 years, 6 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
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();

Powered by Google App Engine
This is Rietveld 408576698