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

Unified Diff: webrtc/common_audio/blocker.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/common_audio/blocker.h
diff --git a/webrtc/common_audio/blocker.h b/webrtc/common_audio/blocker.h
index fbd7973837891c66a120970a06c1d10c42e5344d..00f372dfd0ed15f5ca4e6f79d6e4ddafe0e6c663 100644
--- a/webrtc/common_audio/blocker.h
+++ b/webrtc/common_audio/blocker.h
@@ -72,7 +72,7 @@ class Blocker {
BlockerCallback* callback);
void ProcessChunk(const float* const* input,
- int num_frames,
+ int chunk_size,
int num_input_channels,
int num_output_channels,
float* const* output);

Powered by Google App Engine
This is Rietveld 408576698